Html Css Color HEX #FDE42E Gorse

📋 copy color: '#FDE42E'

red 253 ◦ green 228 ◦ blue 46

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

Shades of Gorse #FDE42E

Tints of Gorse #FDE42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.73%

R = 48.01%
G = 43.26%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDE42E (or 0xFDE42E) is known color: Gorse. HEX triplet: FD, E4 and 2E. RGB value is (253,228,46). Sum of RGB (Red+Green+Blue) = 253+228+46=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 46 (18.36% from 255 or 8.73% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE42E is #021BD1. Grayscale: #D7D7D7. Windows color (decimal): -138194 or 3073277. OLE color: 3073277.

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

Color convert

RGB 253 228 46 -
CMYK 0 0.10 0.82 0.01
HSL 52.75º 0.98% 0.59% -
HSV(B) 52.75º 0.82% 0.99% -
XYZ 68.74 76.57 13.74 -
YUV 214.73 32.78 155.3 -
System Red Green Blue C M Y K H S L
Decimal 253 228 46 0 0.10 0.82 0.01 52.75 0.98 0.59
Hex FD E4 2E 0 A 52 1 35 62 3B
Octal 375 344 56 0 12 122 1 65 142 73
Binary 11111101 11100100 101110 0 1010 1010010 1 110101 1100010 111011

Color Harmonies of #FDE42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE42E

Black with #FDE42E

Text Example


Text Example

White with #FDE42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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