Html Css Color HEX #FFFE2E Gorse

📋 copy color: '#FFFE2E'

red 255 ◦ green 254 ◦ blue 46

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

Shades of Gorse #FFFE2E

Tints of Gorse #FFFE2E

RGB

 RED value IS 255 (100% from 255) = 45.95%

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

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

R = 45.95%
G = 45.77%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFFE2E (or 0xFFFE2E) is known color: Gorse. HEX triplet: FF, FE and 2E. RGB value is (255,254,46). Sum of RGB (Red+Green+Blue) = 255+254+46=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 46 (18.36% from 255 or 8.29% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE2E is #0001D1. Grayscale: #E7E7E7. Windows color (decimal): -466 or 3079935. OLE color: 3079935.

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

Color convert

RGB 255 254 46 -
CMYK 0 0.00 0.82 0
HSL 59.71º 1% 0.59% -
HSV(B) 59.71º 0.82% 1% -
XYZ 77.17 92.34 16.34 -
YUV 230.59 23.83 145.41 -
System Red Green Blue C M Y K H S L
Decimal 255 254 46 0 0.00 0.82 0 59.71 1 0.59
Hex FF FE 2E 0 0 52 0 3C 64 3B
Octal 377 376 56 0 0 122 0 74 144 73
Binary 11111111 11111110 101110 0 0 1010010 0 111100 1100100 111011

Color Harmonies of #FFFE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE2E

Black with #FFFE2E

Text Example


Text Example

White with #FFFE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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