Html Css Color HEX #F8F031 Gorse

📋 copy color: '#F8F031'

red 248 ◦ green 240 ◦ blue 49

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

Shades of Gorse #F8F031

Tints of Gorse #F8F031

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.69%

 BLUE value IS 49 (19.53% from 255) = 9.12%

R = 46.18%
G = 44.69%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F8F031 (or 0xF8F031) is known color: Gorse. HEX triplet: F8, F0 and 31. RGB value is (248,240,49). Sum of RGB (Red+Green+Blue) = 248+240+49=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 49 (19.53% from 255 or 9.12% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F031 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F031 is #070FCE. Grayscale: #DDDDDD. Windows color (decimal): -462799 or 3272952. OLE color: 3272952.

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

Color convert

RGB 248 240 49 -
CMYK 0 0.03 0.80 0.03
HSL 57.59º 0.93% 0.58% -
HSV(B) 57.59º 0.8% 0.97% -
XYZ 70.43 82.5 15.12 -
YUV 220.62 31.15 147.53 -
System Red Green Blue C M Y K H S L
Decimal 248 240 49 0 0.03 0.80 0.03 57.59 0.93 0.58
Hex F8 F0 31 0 3 50 3 3A 5D 3A
Octal 370 360 61 0 3 120 3 72 135 72
Binary 11111000 11110000 110001 0 11 1010000 11 111010 1011101 111010

Color Harmonies of #F8F031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F031

Black with #F8F031

Text Example


Text Example

White with #F8F031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F031; }

 p { color: rgb(248,240,49); }

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

background-color css

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

 a { background-color: rgb(248,240,49); }

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

border-color css

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

 span { border-color: rgb(248,240,49); }

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