Html Css Color HEX #FCA866 Rajah

📋 copy color: '#FCA866'

red 252 ◦ green 168 ◦ blue 102

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

Shades of Rajah #FCA866

Tints of Rajah #FCA866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.18%

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

R = 48.28%
G = 32.18%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCA866 (or 0xFCA866) is known color: Rajah. HEX triplet: FC, A8 and 66. RGB value is (252,168,102). Sum of RGB (Red+Green+Blue) = 252+168+102=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA866 is #035799. Grayscale: #B9B9B9. Windows color (decimal): -219034 or 6727932. OLE color: 6727932.

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

Color convert

RGB 252 168 102 -
CMYK 0 0.33 0.60 0.01
HSL 26.4º 0.96% 0.69% -
HSV(B) 26.4º 0.6% 0.99% -
XYZ 56.55 49.66 19.18 -
YUV 185.59 80.83 175.37 -
System Red Green Blue C M Y K H S L
Decimal 252 168 102 0 0.33 0.60 0.01 26.4 0.96 0.69
Hex FC A8 66 0 21 3C 1 1A 60 45
Octal 374 250 146 0 41 74 1 32 140 105
Binary 11111100 10101000 1100110 0 100001 111100 1 11010 1100000 1000101

Color Harmonies of #FCA866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA866

Black with #FCA866

Text Example


Text Example

White with #FCA866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA866; }

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

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

background-color css

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

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

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

border-color css

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

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

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