Html Css Color HEX #F8C12E Saffron

📋 copy color: '#F8C12E'

red 248 ◦ green 193 ◦ blue 46

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

Shades of Saffron #F8C12E

Tints of Saffron #F8C12E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.63%

 BLUE value IS 46 (18.36% from 255) = 9.45%

R = 50.92%
G = 39.63%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8C12E (or 0xF8C12E) is known color: Saffron. HEX triplet: F8, C1 and 2E. RGB value is (248,193,46). Sum of RGB (Red+Green+Blue) = 248+193+46=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C12E is #073ED1. Grayscale: #C1C1C1. Windows color (decimal): -474834 or 3064312. OLE color: 3064312.

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

Color convert

RGB 248 193 46 -
CMYK 0 0.22 0.81 0.03
HSL 43.66º 0.94% 0.58% -
HSV(B) 43.66º 0.81% 0.97% -
XYZ 58.27 58.29 10.77 -
YUV 192.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 248 193 46 0 0.22 0.81 0.03 43.66 0.94 0.58
Hex F8 C1 2E 0 16 51 3 2C 5E 3A
Octal 370 301 56 0 26 121 3 54 136 72
Binary 11111000 11000001 101110 0 10110 1010001 11 101100 1011110 111010

Color Harmonies of #F8C12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C12E

Black with #F8C12E

Text Example


Text Example

White with #F8C12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C12E; }

 p { color: rgb(248,193,46); }

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

background-color css

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

 a { background-color: rgb(248,193,46); }

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

border-color css

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

 span { border-color: rgb(248,193,46); }

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