Html Css Color HEX #F5BF3E Saffron

📋 copy color: '#F5BF3E'

red 245 ◦ green 191 ◦ blue 62

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

Shades of Saffron #F5BF3E

Tints of Saffron #F5BF3E

RGB

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

 GREEN value IS 191 (75% from 255) = 38.35%

 BLUE value IS 62 (24.61% from 255) = 12.45%

R = 49.2%
G = 38.35%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5BF3E (or 0xF5BF3E) is known color: Saffron. HEX triplet: F5, BF and 3E. RGB value is (245,191,62). Sum of RGB (Red+Green+Blue) = 245+191+62=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BF3E is #0A40C1. Grayscale: #C1C1C1. Windows color (decimal): -671938 or 4112373. OLE color: 4112373.

HSL color Cylindrical-coordinate representation of color #F5BF3E: hue angle of 42.3º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5BF3E is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 191 62 -
CMYK 0 0.22 0.75 0.04
HSL 42.3º 0.9% 0.6% -
HSV(B) 42.3º 0.75% 0.96% -
XYZ 57.16 57.02 12.55 -
YUV 192.44 54.39 165.49 -
System Red Green Blue C M Y K H S L
Decimal 245 191 62 0 0.22 0.75 0.04 42.3 0.9 0.6
Hex F5 BF 3E 0 16 4B 4 2A 5A 3C
Octal 365 277 76 0 26 113 4 52 132 74
Binary 11110101 10111111 111110 0 10110 1001011 100 101010 1011010 111100

Color Harmonies of #F5BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BF3E

Black with #F5BF3E

Text Example


Text Example

White with #F5BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BF3E; }

 p { color: rgb(245,191,62); }

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

background-color css

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

 a { background-color: rgb(245,191,62); }

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

border-color css

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

 span { border-color: rgb(245,191,62); }

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