Html Css Color HEX #FCBE33 Saffron

📋 copy color: '#FCBE33'

red 252 ◦ green 190 ◦ blue 51

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

Shades of Saffron #FCBE33

Tints of Saffron #FCBE33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.34%

R = 51.12%
G = 38.54%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCBE33 (or 0xFCBE33) is known color: Saffron. HEX triplet: FC, BE and 33. RGB value is (252,190,51). Sum of RGB (Red+Green+Blue) = 252+190+51=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE33 is #0341CC. Grayscale: #C1C1C1. Windows color (decimal): -213453 or 3391228. OLE color: 3391228.

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

Color convert

RGB 252 190 51 -
CMYK 0 0.25 0.80 0.01
HSL 41.49º 0.97% 0.59% -
HSV(B) 41.49º 0.8% 0.99% -
XYZ 59.16 57.76 11.16 -
YUV 192.69 48.04 170.3 -
System Red Green Blue C M Y K H S L
Decimal 252 190 51 0 0.25 0.80 0.01 41.49 0.97 0.59
Hex FC BE 33 0 19 50 1 29 61 3B
Octal 374 276 63 0 31 120 1 51 141 73
Binary 11111100 10111110 110011 0 11001 1010000 1 101001 1100001 111011

Color Harmonies of #FCBE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE33

Black with #FCBE33

Text Example


Text Example

White with #FCBE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE33; }

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

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

background-color css

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

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

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

border-color css

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

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

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