Html Css Color HEX #FEF028 Gorse

📋 copy color: '#FEF028'

red 254 ◦ green 240 ◦ blue 40

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

Shades of Gorse #FEF028

Tints of Gorse #FEF028

RGB

 RED value IS 254 (99.61% from 255) = 47.57%

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

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

R = 47.57%
G = 44.94%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEF028 (or 0xFEF028) is known color: Gorse. HEX triplet: FE, F0 and 28. RGB value is (254,240,40). Sum of RGB (Red+Green+Blue) = 254+240+40=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 40 (16.02% from 255 or 7.49% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF028 is #010FD7. Grayscale: #DEDEDE. Windows color (decimal): -69592 or 2683134. OLE color: 2683134.

HSL color Cylindrical-coordinate representation of color #FEF028: hue angle of 56.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEF028 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 240 40 -
CMYK 0 0.06 0.84 0.00
HSL 56.07º 0.99% 0.58% -
HSV(B) 56.07º 0.84% 1% -
XYZ 72.42 83.54 14.32 -
YUV 221.39 25.64 151.26 -
System Red Green Blue C M Y K H S L
Decimal 254 240 40 0 0.06 0.84 0.00 56.07 0.99 0.58
Hex FE F0 28 0 6 54 0 38 63 3A
Octal 376 360 50 0 6 124 0 70 143 72
Binary 11111110 11110000 101000 0 110 1010100 0 111000 1100011 111010

Color Harmonies of #FEF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF028

Black with #FEF028

Text Example


Text Example

White with #FEF028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF028; }

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

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

background-color css

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

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

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

border-color css

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

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

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