Html Css Color HEX #F6BC33 Saffron

📋 copy color: '#F6BC33'

red 246 ◦ green 188 ◦ blue 51

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

Shades of Saffron #F6BC33

Tints of Saffron #F6BC33

RGB

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

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

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

R = 50.72%
G = 38.76%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F6BC33 (or 0xF6BC33) is known color: Saffron. HEX triplet: F6, BC and 33. RGB value is (246,188,51). Sum of RGB (Red+Green+Blue) = 246+188+51=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BC33 is #0943CC. Grayscale: #BEBEBE. Windows color (decimal): -607181 or 3390710. OLE color: 3390710.

HSL color Cylindrical-coordinate representation of color #F6BC33: hue angle of 42.15º degrees, saturation: 0.92, 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 #F6BC33 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 188 51 -
CMYK 0 0.24 0.79 0.04
HSL 42.15º 0.92% 0.58% -
HSV(B) 42.15º 0.79% 0.96% -
XYZ 56.59 55.8 10.92 -
YUV 189.72 49.72 168.14 -
System Red Green Blue C M Y K H S L
Decimal 246 188 51 0 0.24 0.79 0.04 42.15 0.92 0.58
Hex F6 BC 33 0 18 4F 4 2A 5C 3A
Octal 366 274 63 0 30 117 4 52 134 72
Binary 11110110 10111100 110011 0 11000 1001111 100 101010 1011100 111010

Color Harmonies of #F6BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BC33

Black with #F6BC33

Text Example


Text Example

White with #F6BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BC33; }

 p { color: rgb(246,188,51); }

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

background-color css

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

 a { background-color: rgb(246,188,51); }

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

border-color css

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

 span { border-color: rgb(246,188,51); }

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