Html Css Color HEX #F8C22D Saffron

📋 copy color: '#F8C22D'

red 248 ◦ green 194 ◦ blue 45

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

Shades of Saffron #F8C22D

Tints of Saffron #F8C22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.24%

R = 50.92%
G = 39.84%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8C22D (or 0xF8C22D) is known color: Saffron. HEX triplet: F8, C2 and 2D. RGB value is (248,194,45). Sum of RGB (Red+Green+Blue) = 248+194+45=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C22D is #073DD2. Grayscale: #C1C1C1. Windows color (decimal): -474579 or 2999032. OLE color: 2999032.

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

Color convert

RGB 248 194 45 -
CMYK 0 0.22 0.82 0.03
HSL 44.04º 0.94% 0.57% -
HSV(B) 44.04º 0.82% 0.97% -
XYZ 58.48 58.73 10.74 -
YUV 193.16 44.39 167.12 -
System Red Green Blue C M Y K H S L
Decimal 248 194 45 0 0.22 0.82 0.03 44.04 0.94 0.57
Hex F8 C2 2D 0 16 52 3 2C 5E 39
Octal 370 302 55 0 26 122 3 54 136 71
Binary 11111000 11000010 101101 0 10110 1010010 11 101100 1011110 111001

Color Harmonies of #F8C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C22D

Black with #F8C22D

Text Example


Text Example

White with #F8C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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