Html Css Color HEX #F8C628 Saffron

📋 copy color: '#F8C628'

red 248 ◦ green 198 ◦ blue 40

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

Shades of Saffron #F8C628

Tints of Saffron #F8C628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.74%

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

R = 51.03%
G = 40.74%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8C628 (or 0xF8C628) is known color: Saffron. HEX triplet: F8, C6 and 28. RGB value is (248,198,40). Sum of RGB (Red+Green+Blue) = 248+198+40=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C628 is #0739D7. Grayscale: #C3C3C3. Windows color (decimal): -473560 or 2672376. OLE color: 2672376.

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

Color convert

RGB 248 198 40 -
CMYK 0 0.20 0.84 0.03
HSL 45.58º 0.94% 0.56% -
HSV(B) 45.58º 0.84% 0.97% -
XYZ 59.29 60.5 10.56 -
YUV 194.94 40.57 165.85 -
System Red Green Blue C M Y K H S L
Decimal 248 198 40 0 0.20 0.84 0.03 45.58 0.94 0.56
Hex F8 C6 28 0 14 54 3 2E 5E 38
Octal 370 306 50 0 24 124 3 56 136 70
Binary 11111000 11000110 101000 0 10100 1010100 11 101110 1011110 111000

Color Harmonies of #F8C628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C628

Black with #F8C628

Text Example


Text Example

White with #F8C628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C628; }

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

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

background-color css

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

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

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

border-color css

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

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

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