Html Css Color HEX #F8C22B Saffron

📋 copy color: '#F8C22B'

red 248 ◦ green 194 ◦ blue 43

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

Shades of Saffron #F8C22B

Tints of Saffron #F8C22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.87%

R = 51.13%
G = 40%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8C22B (or 0xF8C22B) is known color: Saffron. HEX triplet: F8, C2 and 2B. RGB value is (248,194,43). Sum of RGB (Red+Green+Blue) = 248+194+43=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C22B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C22B is #073DD4. Grayscale: #C1C1C1. Windows color (decimal): -474581 or 2867960. OLE color: 2867960.

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

Color convert

RGB 248 194 43 -
CMYK 0 0.22 0.83 0.03
HSL 44.2º 0.94% 0.57% -
HSV(B) 44.2º 0.83% 0.97% -
XYZ 58.44 58.71 10.54 -
YUV 192.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 248 194 43 0 0.22 0.83 0.03 44.2 0.94 0.57
Hex F8 C2 2B 0 16 53 3 2C 5E 39
Octal 370 302 53 0 26 123 3 54 136 71
Binary 11111000 11000010 101011 0 10110 1010011 11 101100 1011110 111001

Color Harmonies of #F8C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C22B

Black with #F8C22B

Text Example


Text Example

White with #F8C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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