Html Css Color HEX #F8C82D Saffron

📋 copy color: '#F8C82D'

red 248 ◦ green 200 ◦ blue 45

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

Shades of Saffron #F8C82D

Tints of Saffron #F8C82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.13%

R = 50.3%
G = 40.57%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8C82D (or 0xF8C82D) is known color: Saffron. HEX triplet: F8, C8 and 2D. RGB value is (248,200,45). Sum of RGB (Red+Green+Blue) = 248+200+45=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C82D is #0737D2. Grayscale: #C5C5C5. Windows color (decimal): -473043 or 3000568. OLE color: 3000568.

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

Color convert

RGB 248 200 45 -
CMYK 0 0.19 0.82 0.03
HSL 45.81º 0.94% 0.57% -
HSV(B) 45.81º 0.82% 0.97% -
XYZ 59.84 61.45 11.19 -
YUV 196.68 42.4 164.6 -
System Red Green Blue C M Y K H S L
Decimal 248 200 45 0 0.19 0.82 0.03 45.81 0.94 0.57
Hex F8 C8 2D 0 13 52 3 2E 5E 39
Octal 370 310 55 0 23 122 3 56 136 71
Binary 11111000 11001000 101101 0 10011 1010010 11 101110 1011110 111001

Color Harmonies of #F8C82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C82D

Black with #F8C82D

Text Example


Text Example

White with #F8C82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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