Html Css Color HEX #F8C03B Saffron

📋 copy color: '#F8C03B'

red 248 ◦ green 192 ◦ blue 59

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

Shades of Saffron #F8C03B

Tints of Saffron #F8C03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.82%

R = 49.7%
G = 38.48%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8C03B (or 0xF8C03B) is known color: Saffron. HEX triplet: F8, C0 and 3B. RGB value is (248,192,59). Sum of RGB (Red+Green+Blue) = 248+192+59=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 59 (23.44% from 255 or 11.82% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C03B is #073FC4. Grayscale: #C2C2C2. Windows color (decimal): -475077 or 3916024. OLE color: 3916024.

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

Color convert

RGB 248 192 59 -
CMYK 0 0.23 0.76 0.03
HSL 42.22º 0.93% 0.6% -
HSV(B) 42.22º 0.76% 0.97% -
XYZ 58.35 57.97 12.25 -
YUV 193.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 248 192 59 0 0.23 0.76 0.03 42.22 0.93 0.6
Hex F8 C0 3B 0 17 4C 3 2A 5D 3C
Octal 370 300 73 0 27 114 3 52 135 74
Binary 11111000 11000000 111011 0 10111 1001100 11 101010 1011101 111100

Color Harmonies of #F8C03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C03B

Black with #F8C03B

Text Example


Text Example

White with #F8C03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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