Html Css Color HEX #F8C53B Saffron

📋 copy color: '#F8C53B'

red 248 ◦ green 197 ◦ blue 59

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

Shades of Saffron #F8C53B

Tints of Saffron #F8C53B

RGB

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

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

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

R = 49.21%
G = 39.09%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8C53B (or 0xF8C53B) is known color: Saffron. HEX triplet: F8, C5 and 3B. RGB value is (248,197,59). Sum of RGB (Red+Green+Blue) = 248+197+59=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C53B is #073AC4. Grayscale: #C5C5C5. Windows color (decimal): -473797 or 3917304. OLE color: 3917304.

HSL color Cylindrical-coordinate representation of color #F8C53B: hue angle of 43.81º 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 #F8C53B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 197 59 -
CMYK 0 0.21 0.76 0.03
HSL 43.81º 0.93% 0.6% -
HSV(B) 43.81º 0.76% 0.97% -
XYZ 59.47 60.2 12.62 -
YUV 196.52 50.4 164.72 -
System Red Green Blue C M Y K H S L
Decimal 248 197 59 0 0.21 0.76 0.03 43.81 0.93 0.6
Hex F8 C5 3B 0 15 4C 3 2C 5D 3C
Octal 370 305 73 0 25 114 3 54 135 74
Binary 11111000 11000101 111011 0 10101 1001100 11 101100 1011101 111100

Color Harmonies of #F8C53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C53B

Black with #F8C53B

Text Example


Text Example

White with #F8C53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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