#FCBD68

Color #FCBD68 Rajah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rajah #FCBD68

Tints of Rajah #FCBD68

Color information

#FCBD68 (or 0xFCBD68) is unknown color: approx Rajah. HEX triplet: FC, BD and 68. RGB value is (252,189,104). Sum of RGB (Red+Green+Blue) = 252+189+104=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBD68 is #034297. Grayscale: #C6C6C6. Windows color (decimal): -213656 or 6864380. OLE color: 6864380.

HSL color Cylindrical-coordinate representation of color #FCBD68: hue angle of 34.46º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCBD68 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB252189104-
CMYK00.250.590.01
HSL34.46º96.1%69.8%-
HSV(B)34.46º58.73%98.82%-
XYZ60.8458.0921.1-
YUV198.1574.87166.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 104 (41.02% from 255) = 19.08%
R=46.24%
G=34.68%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218910400.250.590.0134.4696.169.8
HexFCBD680193B1226046
Octal37427515003173142140106
Binary11111100101111011101000011001111011110001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBD68; }

 p { color: rgb(252,189,104); }

 H1.HeaderClassName
 {
   color: #FCBD68;
 }
 .AnyTagClassName
 {
   color: #FCBD68;
 }
</style>
background-color css

<style>
 a { background-color: #FCBD68; }

 a { background-color: rgb(252,189,104); }

 div.DivClassName
 {
   background-color: #FCBD68;
 }
 .BgClassName
 {
   background-color: #FCBD68;
 }
</style>
border-color css

<style>
 span { border-color: #FCBD68; }

 span { border-color: rgb(252,189,104); }

 td.TdClassName
 {
   border-color: #FCBD68;
 }
 .TagClassName
 {
   border-color: #FCBD68;
 }
</style>