Html Css Color HEX #F8E140 Gorse

📋 copy color: '#F8E140'

red 248 ◦ green 225 ◦ blue 64

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

Shades of Gorse #F8E140

Tints of Gorse #F8E140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.9%

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

R = 46.18%
G = 41.9%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F8E140 (or 0xF8E140) is known color: Gorse. HEX triplet: F8, E1 and 40. RGB value is (248,225,64). Sum of RGB (Red+Green+Blue) = 248+225+64=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E140 is #071EBF. Grayscale: #D6D6D6. Windows color (decimal): -466624 or 4252152. OLE color: 4252152.

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

Color convert

RGB 248 225 64 -
CMYK 0 0.09 0.74 0.03
HSL 52.5º 0.93% 0.61% -
HSV(B) 52.5º 0.74% 0.97% -
XYZ 66.56 74.18 15.66 -
YUV 213.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 248 225 64 0 0.09 0.74 0.03 52.5 0.93 0.61
Hex F8 E1 40 0 9 4A 3 34 5D 3D
Octal 370 341 100 0 11 112 3 64 135 75
Binary 11111000 11100001 1000000 0 1001 1001010 11 110100 1011101 111101

Color Harmonies of #F8E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E140

Black with #F8E140

Text Example


Text Example

White with #F8E140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E140; }

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

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

background-color css

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

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

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

border-color css

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

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

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