Html Css Color HEX #FCBB28 Saffron

📋 copy color: '#FCBB28'

red 252 ◦ green 187 ◦ blue 40

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

Shades of Saffron #FCBB28

Tints of Saffron #FCBB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.04%

 BLUE value IS 40 (16.02% from 255) = 8.35%

R = 52.61%
G = 39.04%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCBB28 (or 0xFCBB28) is known color: Saffron. HEX triplet: FC, BB and 28. RGB value is (252,187,40). Sum of RGB (Red+Green+Blue) = 252+187+40=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB28 is #0344D7. Grayscale: #BEBEBE. Windows color (decimal): -214232 or 2669564. OLE color: 2669564.

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

Color convert

RGB 252 187 40 -
CMYK 0 0.26 0.84 0.01
HSL 41.6º 0.97% 0.57% -
HSV(B) 41.6º 0.84% 0.99% -
XYZ 58.3 56.39 9.82 -
YUV 189.68 43.53 172.45 -
System Red Green Blue C M Y K H S L
Decimal 252 187 40 0 0.26 0.84 0.01 41.6 0.97 0.57
Hex FC BB 28 0 1A 54 1 2A 61 39
Octal 374 273 50 0 32 124 1 52 141 71
Binary 11111100 10111011 101000 0 11010 1010100 1 101010 1100001 111001

Color Harmonies of #FCBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB28

Black with #FCBB28

Text Example


Text Example

White with #FCBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB28; }

 p { color: rgb(252,187,40); }

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

background-color css

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

 a { background-color: rgb(252,187,40); }

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

border-color css

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

 span { border-color: rgb(252,187,40); }

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