Html Css Color HEX #F8C43C Saffron

📋 copy color: '#F8C43C'

red 248 ◦ green 196 ◦ blue 60

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

Shades of Saffron #F8C43C

Tints of Saffron #F8C43C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.89%

 BLUE value IS 60 (23.83% from 255) = 11.9%

R = 49.21%
G = 38.89%
B = 11.9%

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

#F8C43C (or 0xF8C43C) is known color: Saffron. HEX triplet: F8, C4 and 3C. RGB value is (248,196,60). Sum of RGB (Red+Green+Blue) = 248+196+60=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C43C is #073BC3. Grayscale: #C4C4C4. Windows color (decimal): -474052 or 3982584. OLE color: 3982584.

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

Color convert

RGB 248 196 60 -
CMYK 0 0.21 0.76 0.03
HSL 43.4º 0.93% 0.6% -
HSV(B) 43.4º 0.76% 0.97% -
XYZ 59.27 59.76 12.69 -
YUV 196.04 51.23 165.06 -
System Red Green Blue C M Y K H S L
Decimal 248 196 60 0 0.21 0.76 0.03 43.4 0.93 0.6
Hex F8 C4 3C 0 15 4C 3 2B 5D 3C
Octal 370 304 74 0 25 114 3 53 135 74
Binary 11111000 11000100 111100 0 10101 1001100 11 101011 1011101 111100

Color Harmonies of #F8C43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C43C

Black with #F8C43C

Text Example


Text Example

White with #F8C43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C43C; }

 p { color: rgb(248,196,60); }

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

background-color css

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

 a { background-color: rgb(248,196,60); }

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

border-color css

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

 span { border-color: rgb(248,196,60); }

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