Html Css Color HEX #F8C232 Saffron

📋 copy color: '#F8C232'

red 248 ◦ green 194 ◦ blue 50

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

Shades of Saffron #F8C232

Tints of Saffron #F8C232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.16%

R = 50.41%
G = 39.43%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F8C232 (or 0xF8C232) is known color: Saffron. HEX triplet: F8, C2 and 32. RGB value is (248,194,50). Sum of RGB (Red+Green+Blue) = 248+194+50=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C232 is #073DCD. Grayscale: #C2C2C2. Windows color (decimal): -474574 or 3326712. OLE color: 3326712.

HSL color Cylindrical-coordinate representation of color #F8C232: hue angle of 43.64º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8C232 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 50 -
CMYK 0 0.22 0.80 0.03
HSL 43.64º 0.93% 0.58% -
HSV(B) 43.64º 0.8% 0.97% -
XYZ 58.58 58.77 11.27 -
YUV 193.73 46.89 166.71 -
System Red Green Blue C M Y K H S L
Decimal 248 194 50 0 0.22 0.80 0.03 43.64 0.93 0.58
Hex F8 C2 32 0 16 50 3 2C 5D 3A
Octal 370 302 62 0 26 120 3 54 135 72
Binary 11111000 11000010 110010 0 10110 1010000 11 101100 1011101 111010

Color Harmonies of #F8C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C232

Black with #F8C232

Text Example


Text Example

White with #F8C232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C232; }

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

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

background-color css

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

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

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

border-color css

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

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

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