Html Css Color HEX #F8C82E Saffron

📋 copy color: '#F8C82E'

red 248 ◦ green 200 ◦ blue 46

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

Shades of Saffron #F8C82E

Tints of Saffron #F8C82E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.49%

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

R = 50.2%
G = 40.49%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8C82E (or 0xF8C82E) is known color: Saffron. HEX triplet: F8, C8 and 2E. RGB value is (248,200,46). Sum of RGB (Red+Green+Blue) = 248+200+46=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C82E is #0737D1. Grayscale: #C5C5C5. Windows color (decimal): -473042 or 3066104. OLE color: 3066104.

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

Color convert

RGB 248 200 46 -
CMYK 0 0.19 0.81 0.03
HSL 45.74º 0.94% 0.58% -
HSV(B) 45.74º 0.81% 0.97% -
XYZ 59.86 61.46 11.29 -
YUV 196.8 42.9 164.52 -
System Red Green Blue C M Y K H S L
Decimal 248 200 46 0 0.19 0.81 0.03 45.74 0.94 0.58
Hex F8 C8 2E 0 13 51 3 2E 5E 3A
Octal 370 310 56 0 23 121 3 56 136 72
Binary 11111000 11001000 101110 0 10011 1010001 11 101110 1011110 111010

Color Harmonies of #F8C82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C82E

Black with #F8C82E

Text Example


Text Example

White with #F8C82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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