Html Css Color HEX #FCB866 Rajah

📋 copy color: '#FCB866'

red 252 ◦ green 184 ◦ blue 102

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

Shades of Rajah #FCB866

Tints of Rajah #FCB866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.2%

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

R = 46.84%
G = 34.2%
B = 18.96%

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

#FCB866 (or 0xFCB866) is known color: Rajah. HEX triplet: FC, B8 and 66. RGB value is (252,184,102). Sum of RGB (Red+Green+Blue) = 252+184+102=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB866 is #034799. Grayscale: #C3C3C3. Windows color (decimal): -214938 or 6732028. OLE color: 6732028.

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

Color convert

RGB 252 184 102 -
CMYK 0 0.27 0.60 0.01
HSL 32.8º 0.96% 0.69% -
HSV(B) 32.8º 0.6% 0.99% -
XYZ 59.68 55.94 20.22 -
YUV 194.98 75.53 168.67 -
System Red Green Blue C M Y K H S L
Decimal 252 184 102 0 0.27 0.60 0.01 32.8 0.96 0.69
Hex FC B8 66 0 1B 3C 1 21 60 45
Octal 374 270 146 0 33 74 1 41 140 105
Binary 11111100 10111000 1100110 0 11011 111100 1 100001 1100000 1000101

Color Harmonies of #FCB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB866

Black with #FCB866

Text Example


Text Example

White with #FCB866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB866; }

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

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

background-color css

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

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

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

border-color css

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

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

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