Html Css Color HEX #F8C934 Saffron

📋 copy color: '#F8C934'

red 248 ◦ green 201 ◦ blue 52

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

Shades of Saffron #F8C934

Tints of Saffron #F8C934

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.12%

 BLUE value IS 52 (20.7% from 255) = 10.38%

R = 49.5%
G = 40.12%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F8C934 (or 0xF8C934) is known color: Saffron. HEX triplet: F8, C9 and 34. RGB value is (248,201,52). Sum of RGB (Red+Green+Blue) = 248+201+52=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C934 is #0736CB. Grayscale: #C6C6C6. Windows color (decimal): -472780 or 3459576. OLE color: 3459576.

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

Color convert

RGB 248 201 52 -
CMYK 0 0.19 0.79 0.03
HSL 45.61º 0.93% 0.59% -
HSV(B) 45.61º 0.79% 0.97% -
XYZ 60.22 61.98 12.04 -
YUV 198.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 248 201 52 0 0.19 0.79 0.03 45.61 0.93 0.59
Hex F8 C9 34 0 13 4F 3 2E 5D 3B
Octal 370 311 64 0 23 117 3 56 135 73
Binary 11111000 11001001 110100 0 10011 1001111 11 101110 1011101 111011

Color Harmonies of #F8C934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C934

Black with #F8C934

Text Example


Text Example

White with #F8C934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C934; }

 p { color: rgb(248,201,52); }

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

background-color css

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

 a { background-color: rgb(248,201,52); }

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

border-color css

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

 span { border-color: rgb(248,201,52); }

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