Html Css Color HEX #F7BC28 Saffron

📋 copy color: '#F7BC28'

red 247 ◦ green 188 ◦ blue 40

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

Shades of Saffron #F7BC28

Tints of Saffron #F7BC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.42%

R = 52%
G = 39.58%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F7BC28 (or 0xF7BC28) is known color: Saffron. HEX triplet: F7, BC and 28. RGB value is (247,188,40). Sum of RGB (Red+Green+Blue) = 247+188+40=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BC28 is #0843D7. Grayscale: #BDBDBD. Windows color (decimal): -541656 or 2669815. OLE color: 2669815.

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

Color convert

RGB 247 188 40 -
CMYK 0 0.24 0.84 0.03
HSL 42.9º 0.93% 0.56% -
HSV(B) 42.9º 0.84% 0.97% -
XYZ 56.72 55.89 9.81 -
YUV 188.77 44.05 169.53 -
System Red Green Blue C M Y K H S L
Decimal 247 188 40 0 0.24 0.84 0.03 42.9 0.93 0.56
Hex F7 BC 28 0 18 54 3 2B 5D 38
Octal 367 274 50 0 30 124 3 53 135 70
Binary 11110111 10111100 101000 0 11000 1010100 11 101011 1011101 111000

Color Harmonies of #F7BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BC28

Black with #F7BC28

Text Example


Text Example

White with #F7BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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