Html Css Color HEX #FCB766 Rajah

📋 copy color: '#FCB766'

red 252 ◦ green 183 ◦ blue 102

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

Shades of Rajah #FCB766

Tints of Rajah #FCB766

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

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

R = 46.93%
G = 34.08%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCB766 (or 0xFCB766) is known color: Rajah. HEX triplet: FC, B7 and 66. RGB value is (252,183,102). Sum of RGB (Red+Green+Blue) = 252+183+102=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB766 is #034899. Grayscale: #C2C2C2. Windows color (decimal): -215194 or 6731772. OLE color: 6731772.

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

Color convert

RGB 252 183 102 -
CMYK 0 0.27 0.60 0.01
HSL 32.4º 0.96% 0.69% -
HSV(B) 32.4º 0.6% 0.99% -
XYZ 59.48 55.52 20.15 -
YUV 194.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 252 183 102 0 0.27 0.60 0.01 32.4 0.96 0.69
Hex FC B7 66 0 1B 3C 1 20 60 45
Octal 374 267 146 0 33 74 1 40 140 105
Binary 11111100 10110111 1100110 0 11011 111100 1 100000 1100000 1000101

Color Harmonies of #FCB766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB766

Black with #FCB766

Text Example


Text Example

White with #FCB766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB766; }

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

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

background-color css

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

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

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

border-color css

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

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

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