Html Css Color HEX #FDE42A Gorse

📋 copy color: '#FDE42A'

red 253 ◦ green 228 ◦ blue 42

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

Shades of Gorse #FDE42A

Tints of Gorse #FDE42A

RGB

 RED value IS 253 (99.22% from 255) = 48.37%

 GREEN value IS 228 (89.45% from 255) = 43.59%

 BLUE value IS 42 (16.8% from 255) = 8.03%

R = 48.37%
G = 43.59%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDE42A (or 0xFDE42A) is known color: Gorse. HEX triplet: FD, E4 and 2A. RGB value is (253,228,42). Sum of RGB (Red+Green+Blue) = 253+228+42=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 42 (16.80% from 255 or 8.03% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE42A is #021BD5. Grayscale: #D7D7D7. Windows color (decimal): -138198 or 2811133. OLE color: 2811133.

HSL color Cylindrical-coordinate representation of color #FDE42A: hue angle of 52.89º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDE42A is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 42 -
CMYK 0 0.10 0.83 0.01
HSL 52.89º 0.98% 0.58% -
HSV(B) 52.89º 0.83% 0.99% -
XYZ 68.67 76.54 13.34 -
YUV 214.27 30.78 155.62 -
System Red Green Blue C M Y K H S L
Decimal 253 228 42 0 0.10 0.83 0.01 52.89 0.98 0.58
Hex FD E4 2A 0 A 53 1 35 62 3A
Octal 375 344 52 0 12 123 1 65 142 72
Binary 11111101 11100100 101010 0 1010 1010011 1 110101 1100010 111010

Color Harmonies of #FDE42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE42A

Black with #FDE42A

Text Example


Text Example

White with #FDE42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE42A; }

 p { color: rgb(253,228,42); }

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

background-color css

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

 a { background-color: rgb(253,228,42); }

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

border-color css

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

 span { border-color: rgb(253,228,42); }

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