Html Css Color HEX #FEF029 Gorse

📋 copy color: '#FEF029'

red 254 ◦ green 240 ◦ blue 41

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

Shades of Gorse #FEF029

Tints of Gorse #FEF029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.66%

R = 47.48%
G = 44.86%
B = 7.66%

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

#FEF029 (or 0xFEF029) is known color: Gorse. HEX triplet: FE, F0 and 29. RGB value is (254,240,41). Sum of RGB (Red+Green+Blue) = 254+240+41=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 41 (16.41% from 255 or 7.66% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF029 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF029 is #010FD6. Grayscale: #DEDEDE. Windows color (decimal): -69591 or 2748670. OLE color: 2748670.

HSL color Cylindrical-coordinate representation of color #FEF029: hue angle of 56.06º 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 #FEF029 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 240 41 -
CMYK 0 0.06 0.84 0.00
HSL 56.06º 0.99% 0.58% -
HSV(B) 56.06º 0.84% 1% -
XYZ 72.43 83.55 14.41 -
YUV 221.5 26.14 151.18 -
System Red Green Blue C M Y K H S L
Decimal 254 240 41 0 0.06 0.84 0.00 56.06 0.99 0.58
Hex FE F0 29 0 6 54 0 38 63 3A
Octal 376 360 51 0 6 124 0 70 143 72
Binary 11111110 11110000 101001 0 110 1010100 0 111000 1100011 111010

Color Harmonies of #FEF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF029

Black with #FEF029

Text Example


Text Example

White with #FEF029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF029; }

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

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

background-color css

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

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

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

border-color css

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

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

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