Html Css Color HEX #F8C228 Saffron

📋 copy color: '#F8C228'

red 248 ◦ green 194 ◦ blue 40

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

Shades of Saffron #F8C228

Tints of Saffron #F8C228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.3%

R = 51.45%
G = 40.25%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8C228 (or 0xF8C228) is known color: Saffron. HEX triplet: F8, C2 and 28. RGB value is (248,194,40). Sum of RGB (Red+Green+Blue) = 248+194+40=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C228 is #073DD7. Grayscale: #C1C1C1. Windows color (decimal): -474584 or 2671352. OLE color: 2671352.

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

Color convert

RGB 248 194 40 -
CMYK 0 0.22 0.84 0.03
HSL 44.42º 0.94% 0.56% -
HSV(B) 44.42º 0.84% 0.97% -
XYZ 58.39 58.69 10.26 -
YUV 192.59 41.89 167.52 -
System Red Green Blue C M Y K H S L
Decimal 248 194 40 0 0.22 0.84 0.03 44.42 0.94 0.56
Hex F8 C2 28 0 16 54 3 2C 5E 38
Octal 370 302 50 0 26 124 3 54 136 70
Binary 11111000 11000010 101000 0 10110 1010100 11 101100 1011110 111000

Color Harmonies of #F8C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C228

Black with #F8C228

Text Example


Text Example

White with #F8C228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C228; }

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

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

background-color css

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

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

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

border-color css

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

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

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