Html Css Color HEX #FEFE2F Gorse

📋 copy color: '#FEFE2F'

red 254 ◦ green 254 ◦ blue 47

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

Shades of Gorse #FEFE2F

Tints of Gorse #FEFE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.47%

R = 45.77%
G = 45.77%
B = 8.47%

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

#FEFE2F (or 0xFEFE2F) is known color: Gorse. HEX triplet: FE, FE and 2F. RGB value is (254,254,47). Sum of RGB (Red+Green+Blue) = 254+254+47=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 47 (18.75% from 255 or 8.47% from 555); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE2F is #0101D0. Grayscale: #E7E7E7. Windows color (decimal): -66001 or 3145470. OLE color: 3145470.

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

Color convert

RGB 254 254 47 -
CMYK 0 0 0.81 0.00
HSL 60º 0.99% 0.59% -
HSV(B) 60º 0.81% 1% -
XYZ 76.83 92.16 16.43 -
YUV 230.4 24.5 144.83 -
System Red Green Blue C M Y K H S L
Decimal 254 254 47 0 0 0.81 0.00 60 0.99 0.59
Hex FE FE 2F 0 0 51 0 3C 63 3B
Octal 376 376 57 0 0 121 0 74 143 73
Binary 11111110 11111110 101111 0 0 1010001 0 111100 1100011 111011

Color Harmonies of #FEFE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE2F

Black with #FEFE2F

Text Example


Text Example

White with #FEFE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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