Html Css Color HEX #F5BC34 Saffron

📋 copy color: '#F5BC34'

red 245 ◦ green 188 ◦ blue 52

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

Shades of Saffron #F5BC34

Tints of Saffron #F5BC34

RGB

 RED value IS 245 (96.09% from 255) = 50.52%

 GREEN value IS 188 (73.83% from 255) = 38.76%

 BLUE value IS 52 (20.7% from 255) = 10.72%

R = 50.52%
G = 38.76%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F5BC34 (or 0xF5BC34) is known color: Saffron. HEX triplet: F5, BC and 34. RGB value is (245,188,52). Sum of RGB (Red+Green+Blue) = 245+188+52=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BC34 is #0A43CB. Grayscale: #BEBEBE. Windows color (decimal): -672716 or 3456245. OLE color: 3456245.

HSL color Cylindrical-coordinate representation of color #F5BC34: hue angle of 42.28º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5BC34 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 52 -
CMYK 0 0.23 0.79 0.04
HSL 42.28º 0.91% 0.58% -
HSV(B) 42.28º 0.79% 0.96% -
XYZ 56.26 55.63 11.02 -
YUV 189.54 50.38 167.56 -
System Red Green Blue C M Y K H S L
Decimal 245 188 52 0 0.23 0.79 0.04 42.28 0.91 0.58
Hex F5 BC 34 0 17 4F 4 2A 5B 3A
Octal 365 274 64 0 27 117 4 52 133 72
Binary 11110101 10111100 110100 0 10111 1001111 100 101010 1011011 111010

Color Harmonies of #F5BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC34

Black with #F5BC34

Text Example


Text Example

White with #F5BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC34; }

 p { color: rgb(245,188,52); }

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

background-color css

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

 a { background-color: rgb(245,188,52); }

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

border-color css

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

 span { border-color: rgb(245,188,52); }

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