Html Css Color HEX #F8F028 Gorse

📋 copy color: '#F8F028'

red 248 ◦ green 240 ◦ blue 40

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

Shades of Gorse #F8F028

Tints of Gorse #F8F028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.58%

R = 46.97%
G = 45.45%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8F028 (or 0xF8F028) is known color: Gorse. HEX triplet: F8, F0 and 28. RGB value is (248,240,40). Sum of RGB (Red+Green+Blue) = 248+240+40=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 40 (16.02% from 255 or 7.58% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F028 is #070FD7. Grayscale: #DCDCDC. Windows color (decimal): -462808 or 2683128. OLE color: 2683128.

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

Color convert

RGB 248 240 40 -
CMYK 0 0.03 0.84 0.03
HSL 57.69º 0.94% 0.56% -
HSV(B) 57.69º 0.84% 0.97% -
XYZ 70.25 82.43 14.22 -
YUV 219.59 26.65 148.26 -
System Red Green Blue C M Y K H S L
Decimal 248 240 40 0 0.03 0.84 0.03 57.69 0.94 0.56
Hex F8 F0 28 0 3 54 3 3A 5E 38
Octal 370 360 50 0 3 124 3 72 136 70
Binary 11111000 11110000 101000 0 11 1010100 11 111010 1011110 111000

Color Harmonies of #F8F028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F028

Black with #F8F028

Text Example


Text Example

White with #F8F028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F028; }

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

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

background-color css

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

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

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

border-color css

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

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

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