Html Css Color HEX #FCBE25 Saffron

📋 copy color: '#FCBE25'

red 252 ◦ green 190 ◦ blue 37

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

Shades of Saffron #FCBE25

Tints of Saffron #FCBE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.72%

R = 52.61%
G = 39.67%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCBE25 (or 0xFCBE25) is known color: Saffron. HEX triplet: FC, BE and 25. RGB value is (252,190,37). Sum of RGB (Red+Green+Blue) = 252+190+37=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 37 (14.84% from 255 or 7.72% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE25 is #0341DA. Grayscale: #BFBFBF. Windows color (decimal): -213467 or 2473724. OLE color: 2473724.

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

Color convert

RGB 252 190 37 -
CMYK 0 0.25 0.85 0.01
HSL 42.7º 0.97% 0.57% -
HSV(B) 42.7º 0.85% 0.99% -
XYZ 58.89 57.66 9.78 -
YUV 191.1 41.04 171.44 -
System Red Green Blue C M Y K H S L
Decimal 252 190 37 0 0.25 0.85 0.01 42.7 0.97 0.57
Hex FC BE 25 0 19 55 1 2B 61 39
Octal 374 276 45 0 31 125 1 53 141 71
Binary 11111100 10111110 100101 0 11001 1010101 1 101011 1100001 111001

Color Harmonies of #FCBE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE25

Black with #FCBE25

Text Example


Text Example

White with #FCBE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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