Html Css Color HEX #FCBE29 Saffron

📋 copy color: '#FCBE29'

red 252 ◦ green 190 ◦ blue 41

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

Shades of Saffron #FCBE29

Tints of Saffron #FCBE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.49%

R = 52.17%
G = 39.34%
B = 8.49%

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

#FCBE29 (or 0xFCBE29) is known color: Saffron. HEX triplet: FC, BE and 29. RGB value is (252,190,41). Sum of RGB (Red+Green+Blue) = 252+190+41=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE29 is #0341D6. Grayscale: #C0C0C0. Windows color (decimal): -213463 or 2735868. OLE color: 2735868.

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

Color convert

RGB 252 190 41 -
CMYK 0 0.25 0.84 0.01
HSL 42.37º 0.97% 0.57% -
HSV(B) 42.37º 0.84% 0.99% -
XYZ 58.96 57.68 10.12 -
YUV 191.55 43.04 171.12 -
System Red Green Blue C M Y K H S L
Decimal 252 190 41 0 0.25 0.84 0.01 42.37 0.97 0.57
Hex FC BE 29 0 19 54 1 2A 61 39
Octal 374 276 51 0 31 124 1 52 141 71
Binary 11111100 10111110 101001 0 11001 1010100 1 101010 1100001 111001

Color Harmonies of #FCBE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE29

Black with #FCBE29

Text Example


Text Example

White with #FCBE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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