Html Css Color HEX #F7BF3E Saffron

📋 copy color: '#F7BF3E'

red 247 ◦ green 191 ◦ blue 62

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

Shades of Saffron #F7BF3E

Tints of Saffron #F7BF3E

RGB

 RED value IS 247 (96.88% from 255) = 49.4%

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

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

R = 49.4%
G = 38.2%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7BF3E (or 0xF7BF3E) is known color: Saffron. HEX triplet: F7, BF and 3E. RGB value is (247,191,62). Sum of RGB (Red+Green+Blue) = 247+191+62=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 62 (24.61% from 255 or 12.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BF3E is #0840C1. Grayscale: #C1C1C1. Windows color (decimal): -540866 or 4112375. OLE color: 4112375.

HSL color Cylindrical-coordinate representation of color #F7BF3E: hue angle of 41.84º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F7BF3E is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 191 62 -
CMYK 0 0.23 0.75 0.03
HSL 41.84º 0.92% 0.61% -
HSV(B) 41.84º 0.75% 0.97% -
XYZ 57.86 57.38 12.58 -
YUV 193.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 247 191 62 0 0.23 0.75 0.03 41.84 0.92 0.61
Hex F7 BF 3E 0 17 4B 3 2A 5C 3D
Octal 367 277 76 0 27 113 3 52 134 75
Binary 11110111 10111111 111110 0 10111 1001011 11 101010 1011100 111101

Color Harmonies of #F7BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BF3E

Black with #F7BF3E

Text Example


Text Example

White with #F7BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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