Html Css Color HEX #F7BC33 Saffron

📋 copy color: '#F7BC33'

red 247 ◦ green 188 ◦ blue 51

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

Shades of Saffron #F7BC33

Tints of Saffron #F7BC33

RGB

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

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

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

R = 50.82%
G = 38.68%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F7BC33 (or 0xF7BC33) is known color: Saffron. HEX triplet: F7, BC and 33. RGB value is (247,188,51). Sum of RGB (Red+Green+Blue) = 247+188+51=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BC33 is #0843CC. Grayscale: #BEBEBE. Windows color (decimal): -541645 or 3390711. OLE color: 3390711.

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

Color convert

RGB 247 188 51 -
CMYK 0 0.24 0.79 0.03
HSL 41.94º 0.92% 0.58% -
HSV(B) 41.94º 0.79% 0.97% -
XYZ 56.94 55.98 10.94 -
YUV 190.02 49.55 168.64 -
System Red Green Blue C M Y K H S L
Decimal 247 188 51 0 0.24 0.79 0.03 41.94 0.92 0.58
Hex F7 BC 33 0 18 4F 3 2A 5C 3A
Octal 367 274 63 0 30 117 3 52 134 72
Binary 11110111 10111100 110011 0 11000 1001111 11 101010 1011100 111010

Color Harmonies of #F7BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BC33

Black with #F7BC33

Text Example


Text Example

White with #F7BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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