Html Css Color HEX #FEFE2E Gorse

📋 copy color: '#FEFE2E'

red 254 ◦ green 254 ◦ blue 46

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

Shades of Gorse #FEFE2E

Tints of Gorse #FEFE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.3%

R = 45.85%
G = 45.85%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEFE2E (or 0xFEFE2E) is known color: Gorse. HEX triplet: FE, FE and 2E. RGB value is (254,254,46). Sum of RGB (Red+Green+Blue) = 254+254+46=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 46 (18.36% from 255 or 8.30% from 554); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE2E is #0101D1. Grayscale: #E7E7E7. Windows color (decimal): -66002 or 3079934. OLE color: 3079934.

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

Color convert

RGB 254 254 46 -
CMYK 0 0 0.82 0.00
HSL 60º 0.99% 0.59% -
HSV(B) 60º 0.82% 1% -
XYZ 76.81 92.15 16.32 -
YUV 230.29 24 144.91 -
System Red Green Blue C M Y K H S L
Decimal 254 254 46 0 0 0.82 0.00 60 0.99 0.59
Hex FE FE 2E 0 0 52 0 3C 63 3B
Octal 376 376 56 0 0 122 0 74 143 73
Binary 11111110 11111110 101110 0 0 1010010 0 111100 1100011 111011

Color Harmonies of #FEFE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE2E

Black with #FEFE2E

Text Example


Text Example

White with #FEFE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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