Html Css Color HEX #FEFC3A Gorse

📋 copy color: '#FEFC3A'

red 254 ◦ green 252 ◦ blue 58

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

Shades of Gorse #FEFC3A

Tints of Gorse #FEFC3A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.68%

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

R = 45.04%
G = 44.68%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEFC3A (or 0xFEFC3A) is known color: Gorse. HEX triplet: FE, FC and 3A. RGB value is (254,252,58). Sum of RGB (Red+Green+Blue) = 254+252+58=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 58 (23.05% from 255 or 10.28% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC3A is #0103C5. Grayscale: #E7E7E7. Windows color (decimal): -66502 or 3865854. OLE color: 3865854.

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

Color convert

RGB 254 252 58 -
CMYK 0 0.01 0.77 0.00
HSL 59.39º 0.99% 0.61% -
HSV(B) 59.39º 0.77% 1% -
XYZ 76.45 91 17.54 -
YUV 230.48 30.66 144.77 -
System Red Green Blue C M Y K H S L
Decimal 254 252 58 0 0.01 0.77 0.00 59.39 0.99 0.61
Hex FE FC 3A 0 1 4D 0 3B 63 3D
Octal 376 374 72 0 1 115 0 73 143 75
Binary 11111110 11111100 111010 0 1 1001101 0 111011 1100011 111101

Color Harmonies of #FEFC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC3A

Black with #FEFC3A

Text Example


Text Example

White with #FEFC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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