Html Css Color HEX #FEFE31 Gorse

📋 copy color: '#FEFE31'

red 254 ◦ green 254 ◦ blue 49

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

Shades of Gorse #FEFE31

Tints of Gorse #FEFE31

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.6%

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

R = 45.6%
G = 45.6%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEFE31 (or 0xFEFE31) is known color: Gorse. HEX triplet: FE, FE and 31. RGB value is (254,254,49). Sum of RGB (Red+Green+Blue) = 254+254+49=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 49 (19.53% from 255 or 8.80% from 557); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE31 is #0101CE. Grayscale: #E7E7E7. Windows color (decimal): -65999 or 3276542. OLE color: 3276542.

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

Color convert

RGB 254 254 49 -
CMYK 0 0 0.81 0.00
HSL 60º 0.99% 0.59% -
HSV(B) 60º 0.81% 1% -
XYZ 76.87 92.18 16.65 -
YUV 230.63 25.5 144.67 -
System Red Green Blue C M Y K H S L
Decimal 254 254 49 0 0 0.81 0.00 60 0.99 0.59
Hex FE FE 31 0 0 51 0 3C 63 3B
Octal 376 376 61 0 0 121 0 74 143 73
Binary 11111110 11111110 110001 0 0 1010001 0 111100 1100011 111011

Color Harmonies of #FEFE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE31

Black with #FEFE31

Text Example


Text Example

White with #FEFE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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