Html Css Color HEX #F8BC34 Saffron

📋 copy color: '#F8BC34'

red 248 ◦ green 188 ◦ blue 52

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

Shades of Saffron #F8BC34

Tints of Saffron #F8BC34

RGB

 RED value IS 248 (97.27% from 255) = 50.82%

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

 BLUE value IS 52 (20.7% from 255) = 10.66%

R = 50.82%
G = 38.52%
B = 10.66%

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

#F8BC34 (or 0xF8BC34) is known color: Saffron. HEX triplet: F8, BC and 34. RGB value is (248,188,52). Sum of RGB (Red+Green+Blue) = 248+188+52=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BC34 is #0743CB. Grayscale: #BFBFBF. Windows color (decimal): -476108 or 3456248. OLE color: 3456248.

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

Color convert

RGB 248 188 52 -
CMYK 0 0.24 0.79 0.03
HSL 41.63º 0.93% 0.59% -
HSV(B) 41.63º 0.79% 0.97% -
XYZ 57.31 56.17 11.07 -
YUV 190.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 248 188 52 0 0.24 0.79 0.03 41.63 0.93 0.59
Hex F8 BC 34 0 18 4F 3 2A 5D 3B
Octal 370 274 64 0 30 117 3 52 135 73
Binary 11111000 10111100 110100 0 11000 1001111 11 101010 1011101 111011

Color Harmonies of #F8BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BC34

Black with #F8BC34

Text Example


Text Example

White with #F8BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BC34; }

 p { color: rgb(248,188,52); }

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

background-color css

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

 a { background-color: rgb(248,188,52); }

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

border-color css

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

 span { border-color: rgb(248,188,52); }

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