Html Css Color HEX #FCB55F Rajah

📋 copy color: '#FCB55F'

red 252 ◦ green 181 ◦ blue 95

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

Shades of Rajah #FCB55F

Tints of Rajah #FCB55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.99%

R = 47.73%
G = 34.28%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCB55F (or 0xFCB55F) is known color: Rajah. HEX triplet: FC, B5 and 5F. RGB value is (252,181,95). Sum of RGB (Red+Green+Blue) = 252+181+95=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB55F is #034AA0. Grayscale: #C0C0C0. Windows color (decimal): -215713 or 6272508. OLE color: 6272508.

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

Color convert

RGB 252 181 95 -
CMYK 0 0.28 0.62 0.01
HSL 32.87º 0.96% 0.68% -
HSV(B) 32.87º 0.62% 0.99% -
XYZ 58.73 54.57 18.26 -
YUV 192.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 252 181 95 0 0.28 0.62 0.01 32.87 0.96 0.68
Hex FC B5 5F 0 1C 3E 1 21 60 44
Octal 374 265 137 0 34 76 1 41 140 104
Binary 11111100 10110101 1011111 0 11100 111110 1 100001 1100000 1000100

Color Harmonies of #FCB55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB55F

Black with #FCB55F

Text Example


Text Example

White with #FCB55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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