Html Css Color HEX #FCB96B Rajah

📋 copy color: '#FCB96B'

red 252 ◦ green 185 ◦ blue 107

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

Shades of Rajah #FCB96B

Tints of Rajah #FCB96B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.01%

 BLUE value IS 107 (42.19% from 255) = 19.67%

R = 46.32%
G = 34.01%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCB96B (or 0xFCB96B) is known color: Rajah. HEX triplet: FC, B9 and 6B. RGB value is (252,185,107). Sum of RGB (Red+Green+Blue) = 252+185+107=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB96B is #034694. Grayscale: #C4C4C4. Windows color (decimal): -214677 or 7059964. OLE color: 7059964.

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

Color convert

RGB 252 185 107 -
CMYK 0 0.27 0.58 0.01
HSL 32.28º 0.96% 0.7% -
HSV(B) 32.28º 0.58% 0.99% -
XYZ 60.15 56.45 21.64 -
YUV 196.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 252 185 107 0 0.27 0.58 0.01 32.28 0.96 0.7
Hex FC B9 6B 0 1B 3A 1 20 60 46
Octal 374 271 153 0 33 72 1 40 140 106
Binary 11111100 10111001 1101011 0 11011 111010 1 100000 1100000 1000110

Color Harmonies of #FCB96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB96B

Black with #FCB96B

Text Example


Text Example

White with #FCB96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB96B; }

 p { color: rgb(252,185,107); }

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

background-color css

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

 a { background-color: rgb(252,185,107); }

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

border-color css

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

 span { border-color: rgb(252,185,107); }

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