Html Css Color HEX #FCB066 Rajah

📋 copy color: '#FCB066'

red 252 ◦ green 176 ◦ blue 102

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

Shades of Rajah #FCB066

Tints of Rajah #FCB066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.21%

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

R = 47.55%
G = 33.21%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCB066 (or 0xFCB066) is known color: Rajah. HEX triplet: FC, B0 and 66. RGB value is (252,176,102). Sum of RGB (Red+Green+Blue) = 252+176+102=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB066 is #034F99. Grayscale: #BEBEBE. Windows color (decimal): -216986 or 6729980. OLE color: 6729980.

HSL color Cylindrical-coordinate representation of color #FCB066: hue angle of 29.6º 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 #FCB066 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 102 -
CMYK 0 0.30 0.60 0.01
HSL 29.6º 0.96% 0.69% -
HSV(B) 29.6º 0.6% 0.99% -
XYZ 58.07 52.71 19.68 -
YUV 190.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 252 176 102 0 0.30 0.60 0.01 29.6 0.96 0.69
Hex FC B0 66 0 1E 3C 1 1E 60 45
Octal 374 260 146 0 36 74 1 36 140 105
Binary 11111100 10110000 1100110 0 11110 111100 1 11110 1100000 1000101

Color Harmonies of #FCB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB066

Black with #FCB066

Text Example


Text Example

White with #FCB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB066; }

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

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

background-color css

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

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

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

border-color css

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

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

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