Html Css Color HEX #FCB06C Rajah

📋 copy color: '#FCB06C'

red 252 ◦ green 176 ◦ blue 108

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

Shades of Rajah #FCB06C

Tints of Rajah #FCB06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.15%

R = 47.01%
G = 32.84%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCB06C (or 0xFCB06C) is known color: Rajah. HEX triplet: FC, B0 and 6C. RGB value is (252,176,108). Sum of RGB (Red+Green+Blue) = 252+176+108=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB06C is #034F93. Grayscale: #BFBFBF. Windows color (decimal): -216980 or 7123196. OLE color: 7123196.

HSL color Cylindrical-coordinate representation of color #FCB06C: hue angle of 28.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCB06C is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 108 -
CMYK 0 0.30 0.57 0.01
HSL 28.33º 0.96% 0.71% -
HSV(B) 28.33º 0.57% 0.99% -
XYZ 58.38 52.83 21.31 -
YUV 190.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 252 176 108 0 0.30 0.57 0.01 28.33 0.96 0.71
Hex FC B0 6C 0 1E 39 1 1C 60 47
Octal 374 260 154 0 36 71 1 34 140 107
Binary 11111100 10110000 1101100 0 11110 111001 1 11100 1100000 1000111

Color Harmonies of #FCB06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB06C

Black with #FCB06C

Text Example


Text Example

White with #FCB06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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