Html Css Color HEX #F8C02B Saffron

📋 copy color: '#F8C02B'

red 248 ◦ green 192 ◦ blue 43

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

Shades of Saffron #F8C02B

Tints of Saffron #F8C02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 51.35%
G = 39.75%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8C02B (or 0xF8C02B) is known color: Saffron. HEX triplet: F8, C0 and 2B. RGB value is (248,192,43). Sum of RGB (Red+Green+Blue) = 248+192+43=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C02B is #073FD4. Grayscale: #C0C0C0. Windows color (decimal): -475093 or 2867448. OLE color: 2867448.

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

Color convert

RGB 248 192 43 -
CMYK 0 0.23 0.83 0.03
HSL 43.61º 0.94% 0.57% -
HSV(B) 43.61º 0.83% 0.97% -
XYZ 58 57.83 10.39 -
YUV 191.76 44.05 168.12 -
System Red Green Blue C M Y K H S L
Decimal 248 192 43 0 0.23 0.83 0.03 43.61 0.94 0.57
Hex F8 C0 2B 0 17 53 3 2C 5E 39
Octal 370 300 53 0 27 123 3 54 136 71
Binary 11111000 11000000 101011 0 10111 1010011 11 101100 1011110 111001

Color Harmonies of #F8C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C02B

Black with #F8C02B

Text Example


Text Example

White with #F8C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C02B; }

 p { color: rgb(248,192,43); }

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

background-color css

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

 a { background-color: rgb(248,192,43); }

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

border-color css

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

 span { border-color: rgb(248,192,43); }

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