Html Css Color HEX #FEDE3A Gorse

📋 copy color: '#FEDE3A'

red 254 ◦ green 222 ◦ blue 58

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

Shades of Gorse #FEDE3A

Tints of Gorse #FEDE3A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.57%

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

R = 47.57%
G = 41.57%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEDE3A (or 0xFEDE3A) is known color: Gorse. HEX triplet: FE, DE and 3A. RGB value is (254,222,58). Sum of RGB (Red+Green+Blue) = 254+222+58=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 58 (23.05% from 255 or 10.86% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE3A is #0121C5. Grayscale: #D5D5D5. Windows color (decimal): -74182 or 3858174. OLE color: 3858174.

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

Color convert

RGB 254 222 58 -
CMYK 0 0.13 0.77 0.00
HSL 50.2º 0.99% 0.61% -
HSV(B) 50.2º 0.77% 1% -
XYZ 67.76 73.62 14.64 -
YUV 212.87 40.6 157.34 -
System Red Green Blue C M Y K H S L
Decimal 254 222 58 0 0.13 0.77 0.00 50.2 0.99 0.61
Hex FE DE 3A 0 D 4D 0 32 63 3D
Octal 376 336 72 0 15 115 0 62 143 75
Binary 11111110 11011110 111010 0 1101 1001101 0 110010 1100011 111101

Color Harmonies of #FEDE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE3A

Black with #FEDE3A

Text Example


Text Example

White with #FEDE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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