Html Css Color HEX #FCBE28 Saffron

📋 copy color: '#FCBE28'

red 252 ◦ green 190 ◦ blue 40

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

Shades of Saffron #FCBE28

Tints of Saffron #FCBE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.42%

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

R = 52.28%
G = 39.42%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCBE28 (or 0xFCBE28) is known color: Saffron. HEX triplet: FC, BE and 28. RGB value is (252,190,40). Sum of RGB (Red+Green+Blue) = 252+190+40=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE28 is #0341D7. Grayscale: #C0C0C0. Windows color (decimal): -213464 or 2670332. OLE color: 2670332.

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

Color convert

RGB 252 190 40 -
CMYK 0 0.25 0.84 0.01
HSL 42.45º 0.97% 0.57% -
HSV(B) 42.45º 0.84% 0.99% -
XYZ 58.94 57.68 10.03 -
YUV 191.44 42.54 171.2 -
System Red Green Blue C M Y K H S L
Decimal 252 190 40 0 0.25 0.84 0.01 42.45 0.97 0.57
Hex FC BE 28 0 19 54 1 2A 61 39
Octal 374 276 50 0 31 124 1 52 141 71
Binary 11111100 10111110 101000 0 11001 1010100 1 101010 1100001 111001

Color Harmonies of #FCBE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE28

Black with #FCBE28

Text Example


Text Example

White with #FCBE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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