Html Css Color HEX #FDE040 Gorse

📋 copy color: '#FDE040'

red 253 ◦ green 224 ◦ blue 64

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

Shades of Gorse #FDE040

Tints of Gorse #FDE040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.4%

 BLUE value IS 64 (25.39% from 255) = 11.83%

R = 46.77%
G = 41.4%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDE040 (or 0xFDE040) is known color: Gorse. HEX triplet: FD, E0 and 40. RGB value is (253,224,64). Sum of RGB (Red+Green+Blue) = 253+224+64=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 64 (25.39% from 255 or 11.83% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE040 is #021FBF. Grayscale: #D7D7D7. Windows color (decimal): -139200 or 4251901. OLE color: 4251901.

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

Color convert

RGB 253 224 64 -
CMYK 0 0.11 0.75 0.01
HSL 50.79º 0.98% 0.62% -
HSV(B) 50.79º 0.75% 0.99% -
XYZ 68.09 74.56 15.65 -
YUV 214.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 253 224 64 0 0.11 0.75 0.01 50.79 0.98 0.62
Hex FD E0 40 0 B 4B 1 33 62 3E
Octal 375 340 100 0 13 113 1 63 142 76
Binary 11111101 11100000 1000000 0 1011 1001011 1 110011 1100010 111110

Color Harmonies of #FDE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE040

Black with #FDE040

Text Example


Text Example

White with #FDE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE040; }

 p { color: rgb(253,224,64); }

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

background-color css

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

 a { background-color: rgb(253,224,64); }

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

border-color css

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

 span { border-color: rgb(253,224,64); }

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