Html Css Color HEX #FCB76C Rajah

📋 copy color: '#FCB76C'

red 252 ◦ green 183 ◦ blue 108

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

Shades of Rajah #FCB76C

Tints of Rajah #FCB76C

RGB

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

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

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

R = 46.41%
G = 33.7%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCB76C (or 0xFCB76C) is known color: Rajah. HEX triplet: FC, B7 and 6C. RGB value is (252,183,108). Sum of RGB (Red+Green+Blue) = 252+183+108=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB76C is #034893. Grayscale: #C3C3C3. Windows color (decimal): -215188 or 7124988. OLE color: 7124988.

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

Color convert

RGB 252 183 108 -
CMYK 0 0.27 0.57 0.01
HSL 31.25º 0.96% 0.71% -
HSV(B) 31.25º 0.57% 0.99% -
XYZ 59.79 55.65 21.78 -
YUV 195.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 252 183 108 0 0.27 0.57 0.01 31.25 0.96 0.71
Hex FC B7 6C 0 1B 39 1 1F 60 47
Octal 374 267 154 0 33 71 1 37 140 107
Binary 11111100 10110111 1101100 0 11011 111001 1 11111 1100000 1000111

Color Harmonies of #FCB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB76C

Black with #FCB76C

Text Example


Text Example

White with #FCB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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