Html Css Color HEX #FCB56B Rajah

📋 copy color: '#FCB56B'

red 252 ◦ green 181 ◦ blue 107

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

Shades of Rajah #FCB56B

Tints of Rajah #FCB56B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.52%

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

R = 46.67%
G = 33.52%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCB56B (or 0xFCB56B) is known color: Rajah. HEX triplet: FC, B5 and 6B. RGB value is (252,181,107). Sum of RGB (Red+Green+Blue) = 252+181+107=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB56B is #034A94. Grayscale: #C2C2C2. Windows color (decimal): -215701 or 7058940. OLE color: 7058940.

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

Color convert

RGB 252 181 107 -
CMYK 0 0.28 0.58 0.01
HSL 30.62º 0.96% 0.7% -
HSV(B) 30.62º 0.58% 0.99% -
XYZ 59.32 54.8 21.36 -
YUV 193.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 252 181 107 0 0.28 0.58 0.01 30.62 0.96 0.7
Hex FC B5 6B 0 1C 3A 1 1F 60 46
Octal 374 265 153 0 34 72 1 37 140 106
Binary 11111100 10110101 1101011 0 11100 111010 1 11111 1100000 1000110

Color Harmonies of #FCB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB56B

Black with #FCB56B

Text Example


Text Example

White with #FCB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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