Html Css Color HEX #FDE041 Gorse

📋 copy color: '#FDE041'

red 253 ◦ green 224 ◦ blue 65

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

Shades of Gorse #FDE041

Tints of Gorse #FDE041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.99%

R = 46.68%
G = 41.33%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDE041 (or 0xFDE041) is known color: Gorse. HEX triplet: FD, E0 and 41. RGB value is (253,224,65). Sum of RGB (Red+Green+Blue) = 253+224+65=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 65 (25.78% from 255 or 11.99% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE041 is #021FBE. Grayscale: #D7D7D7. Windows color (decimal): -139199 or 4317437. OLE color: 4317437.

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

Color convert

RGB 253 224 65 -
CMYK 0 0.11 0.74 0.01
HSL 50.74º 0.98% 0.62% -
HSV(B) 50.74º 0.74% 0.99% -
XYZ 68.12 74.58 15.81 -
YUV 214.55 43.61 155.43 -
System Red Green Blue C M Y K H S L
Decimal 253 224 65 0 0.11 0.74 0.01 50.74 0.98 0.62
Hex FD E0 41 0 B 4A 1 33 62 3E
Octal 375 340 101 0 13 112 1 63 142 76
Binary 11111101 11100000 1000001 0 1011 1001010 1 110011 1100010 111110

Color Harmonies of #FDE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE041

Black with #FDE041

Text Example


Text Example

White with #FDE041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE041; }

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

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

background-color css

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

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

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

border-color css

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

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

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