Html Css Color HEX #F6BF3E Saffron

📋 copy color: '#F6BF3E'

red 246 ◦ green 191 ◦ blue 62

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

Shades of Saffron #F6BF3E

Tints of Saffron #F6BF3E

RGB

 RED value IS 246 (96.48% from 255) = 49.3%

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

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

R = 49.3%
G = 38.28%
B = 12.42%

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

#F6BF3E (or 0xF6BF3E) is known color: Saffron. HEX triplet: F6, BF and 3E. RGB value is (246,191,62). Sum of RGB (Red+Green+Blue) = 246+191+62=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BF3E is #0940C1. Grayscale: #C1C1C1. Windows color (decimal): -606402 or 4112374. OLE color: 4112374.

HSL color Cylindrical-coordinate representation of color #F6BF3E: hue angle of 42.07º degrees, saturation: 0.91, 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 #F6BF3E is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 191 62 -
CMYK 0 0.22 0.75 0.04
HSL 42.07º 0.91% 0.6% -
HSV(B) 42.07º 0.75% 0.96% -
XYZ 57.51 57.2 12.57 -
YUV 192.74 54.22 165.99 -
System Red Green Blue C M Y K H S L
Decimal 246 191 62 0 0.22 0.75 0.04 42.07 0.91 0.6
Hex F6 BF 3E 0 16 4B 4 2A 5B 3C
Octal 366 277 76 0 26 113 4 52 133 74
Binary 11110110 10111111 111110 0 10110 1001011 100 101010 1011011 111100

Color Harmonies of #F6BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BF3E

Black with #F6BF3E

Text Example


Text Example

White with #F6BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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