Html Css Color HEX #F8C23C Saffron

📋 copy color: '#F8C23C'

red 248 ◦ green 194 ◦ blue 60

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

Shades of Saffron #F8C23C

Tints of Saffron #F8C23C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.65%

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

R = 49.4%
G = 38.65%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8C23C (or 0xF8C23C) is known color: Saffron. HEX triplet: F8, C2 and 3C. RGB value is (248,194,60). Sum of RGB (Red+Green+Blue) = 248+194+60=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C23C is #073DC3. Grayscale: #C3C3C3. Windows color (decimal): -474564 or 3982072. OLE color: 3982072.

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

Color convert

RGB 248 194 60 -
CMYK 0 0.22 0.76 0.03
HSL 42.77º 0.93% 0.6% -
HSV(B) 42.77º 0.76% 0.97% -
XYZ 58.82 58.87 12.54 -
YUV 194.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 248 194 60 0 0.22 0.76 0.03 42.77 0.93 0.6
Hex F8 C2 3C 0 16 4C 3 2B 5D 3C
Octal 370 302 74 0 26 114 3 53 135 74
Binary 11111000 11000010 111100 0 10110 1001100 11 101011 1011101 111100

Color Harmonies of #F8C23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C23C

Black with #F8C23C

Text Example


Text Example

White with #F8C23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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