Html Css Color HEX #F8C52E Saffron

📋 copy color: '#F8C52E'

red 248 ◦ green 197 ◦ blue 46

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

Shades of Saffron #F8C52E

Tints of Saffron #F8C52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.12%

 BLUE value IS 46 (18.36% from 255) = 9.37%

R = 50.51%
G = 40.12%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8C52E (or 0xF8C52E) is known color: Saffron. HEX triplet: F8, C5 and 2E. RGB value is (248,197,46). Sum of RGB (Red+Green+Blue) = 248+197+46=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C52E is #073AD1. Grayscale: #C3C3C3. Windows color (decimal): -473810 or 3065336. OLE color: 3065336.

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

Color convert

RGB 248 197 46 -
CMYK 0 0.21 0.81 0.03
HSL 44.85º 0.94% 0.58% -
HSV(B) 44.85º 0.81% 0.97% -
XYZ 59.17 60.09 11.06 -
YUV 195.04 43.9 165.78 -
System Red Green Blue C M Y K H S L
Decimal 248 197 46 0 0.21 0.81 0.03 44.85 0.94 0.58
Hex F8 C5 2E 0 15 51 3 2D 5E 3A
Octal 370 305 56 0 25 121 3 55 136 72
Binary 11111000 11000101 101110 0 10101 1010001 11 101101 1011110 111010

Color Harmonies of #F8C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C52E

Black with #F8C52E

Text Example


Text Example

White with #F8C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C52E; }

 p { color: rgb(248,197,46); }

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

background-color css

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

 a { background-color: rgb(248,197,46); }

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

border-color css

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

 span { border-color: rgb(248,197,46); }

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