Html Css Color HEX #F8C12B Saffron

📋 copy color: '#F8C12B'

red 248 ◦ green 193 ◦ blue 43

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

Shades of Saffron #F8C12B

Tints of Saffron #F8C12B

RGB

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

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

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

R = 51.24%
G = 39.88%
B = 8.88%

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

#F8C12B (or 0xF8C12B) is known color: Saffron. HEX triplet: F8, C1 and 2B. RGB value is (248,193,43). Sum of RGB (Red+Green+Blue) = 248+193+43=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C12B is #073ED4. Grayscale: #C0C0C0. Windows color (decimal): -474837 or 2867704. OLE color: 2867704.

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

Color convert

RGB 248 193 43 -
CMYK 0 0.22 0.83 0.03
HSL 43.9º 0.94% 0.57% -
HSV(B) 43.9º 0.83% 0.97% -
XYZ 58.22 58.27 10.46 -
YUV 192.35 43.72 167.7 -
System Red Green Blue C M Y K H S L
Decimal 248 193 43 0 0.22 0.83 0.03 43.9 0.94 0.57
Hex F8 C1 2B 0 16 53 3 2C 5E 39
Octal 370 301 53 0 26 123 3 54 136 71
Binary 11111000 11000001 101011 0 10110 1010011 11 101100 1011110 111001

Color Harmonies of #F8C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C12B

Black with #F8C12B

Text Example


Text Example

White with #F8C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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