Html Css Color HEX #FEFA31 Gorse

📋 copy color: '#FEFA31'

red 254 ◦ green 250 ◦ blue 49

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

Shades of Gorse #FEFA31

Tints of Gorse #FEFA31

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.21%

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

R = 45.93%
G = 45.21%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEFA31 (or 0xFEFA31) is known color: Gorse. HEX triplet: FE, FA and 31. RGB value is (254,250,49). Sum of RGB (Red+Green+Blue) = 254+250+49=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 49 (19.53% from 255 or 8.86% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA31 is #0105CE. Grayscale: #E5E5E5. Windows color (decimal): -67023 or 3275518. OLE color: 3275518.

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

Color convert

RGB 254 250 49 -
CMYK 0 0.02 0.81 0.00
HSL 58.83º 0.99% 0.59% -
HSV(B) 58.83º 0.81% 1% -
XYZ 75.61 89.66 16.23 -
YUV 228.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 254 250 49 0 0.02 0.81 0.00 58.83 0.99 0.59
Hex FE FA 31 0 2 51 0 3B 63 3B
Octal 376 372 61 0 2 121 0 73 143 73
Binary 11111110 11111010 110001 0 10 1010001 0 111011 1100011 111011

Color Harmonies of #FEFA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA31

Black with #FEFA31

Text Example


Text Example

White with #FEFA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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