Html Css Color HEX #F7BB2C Saffron

📋 copy color: '#F7BB2C'

red 247 ◦ green 187 ◦ blue 44

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

Shades of Saffron #F7BB2C

Tints of Saffron #F7BB2C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.12%

 BLUE value IS 44 (17.58% from 255) = 9.21%

R = 51.67%
G = 39.12%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7BB2C (or 0xF7BB2C) is known color: Saffron. HEX triplet: F7, BB and 2C. RGB value is (247,187,44). Sum of RGB (Red+Green+Blue) = 247+187+44=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BB2C is #0844D3. Grayscale: #BDBDBD. Windows color (decimal): -541908 or 2931703. OLE color: 2931703.

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

Color convert

RGB 247 187 44 -
CMYK 0 0.24 0.82 0.03
HSL 42.27º 0.93% 0.57% -
HSV(B) 42.27º 0.82% 0.97% -
XYZ 56.58 55.5 10.11 -
YUV 188.64 46.38 169.63 -
System Red Green Blue C M Y K H S L
Decimal 247 187 44 0 0.24 0.82 0.03 42.27 0.93 0.57
Hex F7 BB 2C 0 18 52 3 2A 5D 39
Octal 367 273 54 0 30 122 3 52 135 71
Binary 11110111 10111011 101100 0 11000 1010010 11 101010 1011101 111001

Color Harmonies of #F7BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BB2C

Black with #F7BB2C

Text Example


Text Example

White with #F7BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BB2C; }

 p { color: rgb(247,187,44); }

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

background-color css

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

 a { background-color: rgb(247,187,44); }

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

border-color css

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

 span { border-color: rgb(247,187,44); }

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