Html Css Color HEX #F8E040 Gorse

📋 copy color: '#F8E040'

red 248 ◦ green 224 ◦ blue 64

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

Shades of Gorse #F8E040

Tints of Gorse #F8E040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.79%

 BLUE value IS 64 (25.39% from 255) = 11.94%

R = 46.27%
G = 41.79%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F8E040 (or 0xF8E040) is known color: Gorse. HEX triplet: F8, E0 and 40. RGB value is (248,224,64). Sum of RGB (Red+Green+Blue) = 248+224+64=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E040 is #071FBF. Grayscale: #D5D5D5. Windows color (decimal): -466880 or 4251896. OLE color: 4251896.

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

Color convert

RGB 248 224 64 -
CMYK 0 0.10 0.74 0.03
HSL 52.17º 0.93% 0.61% -
HSV(B) 52.17º 0.74% 0.97% -
XYZ 66.29 73.64 15.57 -
YUV 212.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 248 224 64 0 0.10 0.74 0.03 52.17 0.93 0.61
Hex F8 E0 40 0 A 4A 3 34 5D 3D
Octal 370 340 100 0 12 112 3 64 135 75
Binary 11111000 11100000 1000000 0 1010 1001010 11 110100 1011101 111101

Color Harmonies of #F8E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E040

Black with #F8E040

Text Example


Text Example

White with #F8E040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E040; }

 p { color: rgb(248,224,64); }

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

background-color css

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

 a { background-color: rgb(248,224,64); }

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

border-color css

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

 span { border-color: rgb(248,224,64); }

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