Html Css Color HEX #FCB666 Rajah

📋 copy color: '#FCB666'

red 252 ◦ green 182 ◦ blue 102

#FCB666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FCB666

Tints of Rajah #FCB666

RGB

 RED value IS 252 (98.83% from 255) = 47.01%

 GREEN value IS 182 (71.48% from 255) = 33.96%

 BLUE value IS 102 (40.23% from 255) = 19.03%

R = 47.01%
G = 33.96%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCB666 (or 0xFCB666) is known color: Rajah. HEX triplet: FC, B6 and 66. RGB value is (252,182,102). Sum of RGB (Red+Green+Blue) = 252+182+102=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB666 is #034999. Grayscale: #C2C2C2. Windows color (decimal): -215450 or 6731516. OLE color: 6731516.

HSL color Cylindrical-coordinate representation of color #FCB666: hue angle of 32º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCB666 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 182 102 -
CMYK 0 0.28 0.60 0.01
HSL 32º 0.96% 0.69% -
HSV(B) 32º 0.6% 0.99% -
XYZ 59.27 55.11 20.08 -
YUV 193.81 76.19 169.5 -
System Red Green Blue C M Y K H S L
Decimal 252 182 102 0 0.28 0.60 0.01 32 0.96 0.69
Hex FC B6 66 0 1C 3C 1 20 60 45
Octal 374 266 146 0 34 74 1 40 140 105
Binary 11111100 10110110 1100110 0 11100 111100 1 100000 1100000 1000101

Color Harmonies of #FCB666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB666

Black with #FCB666

Text Example


Text Example

White with #FCB666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB666; }

 p { color: rgb(252,182,102); }

 H1.HeaderClassName
 {
   color: #FCB666;
 }
 .AnyTagClassName
 {
   color: #FCB666;
 }
</style>

background-color css

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

 a { background-color: rgb(252,182,102); }

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

border-color css

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

 span { border-color: rgb(252,182,102); }

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