Html Css Color HEX #FEF031 Gorse

📋 copy color: '#FEF031'

red 254 ◦ green 240 ◦ blue 49

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

Shades of Gorse #FEF031

Tints of Gorse #FEF031

RGB

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

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

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

R = 46.78%
G = 44.2%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEF031 (or 0xFEF031) is known color: Gorse. HEX triplet: FE, F0 and 31. RGB value is (254,240,49). Sum of RGB (Red+Green+Blue) = 254+240+49=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 49 (19.53% from 255 or 9.02% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF031 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF031 is #010FCE. Grayscale: #DFDFDF. Windows color (decimal): -69583 or 3272958. OLE color: 3272958.

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

Color convert

RGB 254 240 49 -
CMYK 0 0.06 0.81 0.00
HSL 55.9º 0.99% 0.59% -
HSV(B) 55.9º 0.81% 1% -
XYZ 72.59 83.61 15.22 -
YUV 222.41 30.14 150.53 -
System Red Green Blue C M Y K H S L
Decimal 254 240 49 0 0.06 0.81 0.00 55.9 0.99 0.59
Hex FE F0 31 0 6 51 0 38 63 3B
Octal 376 360 61 0 6 121 0 70 143 73
Binary 11111110 11110000 110001 0 110 1010001 0 111000 1100011 111011

Color Harmonies of #FEF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF031

Black with #FEF031

Text Example


Text Example

White with #FEF031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF031; }

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

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

background-color css

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

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

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

border-color css

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

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

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