Html Css Color HEX #FEFE3A Gorse

📋 copy color: '#FEFE3A'

red 254 ◦ green 254 ◦ blue 58

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

Shades of Gorse #FEFE3A

Tints of Gorse #FEFE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.25%

R = 44.88%
G = 44.88%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEFE3A (or 0xFEFE3A) is known color: Gorse. HEX triplet: FE, FE and 3A. RGB value is (254,254,58). Sum of RGB (Red+Green+Blue) = 254+254+58=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 58 (23.05% from 255 or 10.25% from 566); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE3A is #0101C5. Grayscale: #E8E8E8. Windows color (decimal): -65990 or 3866366. OLE color: 3866366.

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

Color convert

RGB 254 254 58 -
CMYK 0 0 0.77 0.00
HSL 60º 0.99% 0.61% -
HSV(B) 60º 0.77% 1% -
XYZ 77.08 92.26 17.75 -
YUV 231.66 30 143.94 -
System Red Green Blue C M Y K H S L
Decimal 254 254 58 0 0 0.77 0.00 60 0.99 0.61
Hex FE FE 3A 0 0 4D 0 3C 63 3D
Octal 376 376 72 0 0 115 0 74 143 75
Binary 11111110 11111110 111010 0 0 1001101 0 111100 1100011 111101

Color Harmonies of #FEFE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE3A

Black with #FEFE3A

Text Example


Text Example

White with #FEFE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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