Html Css Color HEX #F8C03A Saffron

📋 copy color: '#F8C03A'

red 248 ◦ green 192 ◦ blue 58

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

Shades of Saffron #F8C03A

Tints of Saffron #F8C03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.65%

R = 49.8%
G = 38.55%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8C03A (or 0xF8C03A) is known color: Saffron. HEX triplet: F8, C0 and 3A. RGB value is (248,192,58). Sum of RGB (Red+Green+Blue) = 248+192+58=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C03A is #073FC5. Grayscale: #C2C2C2. Windows color (decimal): -475078 or 3850488. OLE color: 3850488.

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

Color convert

RGB 248 192 58 -
CMYK 0 0.23 0.77 0.03
HSL 42.32º 0.93% 0.6% -
HSV(B) 42.32º 0.77% 0.97% -
XYZ 58.32 57.96 12.12 -
YUV 193.47 51.55 166.9 -
System Red Green Blue C M Y K H S L
Decimal 248 192 58 0 0.23 0.77 0.03 42.32 0.93 0.6
Hex F8 C0 3A 0 17 4D 3 2A 5D 3C
Octal 370 300 72 0 27 115 3 52 135 74
Binary 11111000 11000000 111010 0 10111 1001101 11 101010 1011101 111100

Color Harmonies of #F8C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C03A

Black with #F8C03A

Text Example


Text Example

White with #F8C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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