Html Css Color HEX #FDEA41 Gorse

📋 copy color: '#FDEA41'

red 253 ◦ green 234 ◦ blue 65

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

Shades of Gorse #FDEA41

Tints of Gorse #FDEA41

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.39%

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

R = 45.83%
G = 42.39%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDEA41 (or 0xFDEA41) is known color: Gorse. HEX triplet: FD, EA and 41. RGB value is (253,234,65). Sum of RGB (Red+Green+Blue) = 253+234+65=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 65 (25.78% from 255 or 11.78% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEA41 is #0215BE. Grayscale: #DDDDDD. Windows color (decimal): -136639 or 4319997. OLE color: 4319997.

HSL color Cylindrical-coordinate representation of color #FDEA41: hue angle of 53.94º 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 #FDEA41 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 234 65 -
CMYK 0 0.08 0.74 0.01
HSL 53.94º 0.98% 0.62% -
HSV(B) 53.94º 0.74% 0.99% -
XYZ 70.88 80.11 16.73 -
YUV 220.42 40.29 151.24 -
System Red Green Blue C M Y K H S L
Decimal 253 234 65 0 0.08 0.74 0.01 53.94 0.98 0.62
Hex FD EA 41 0 8 4A 1 36 62 3E
Octal 375 352 101 0 10 112 1 66 142 76
Binary 11111101 11101010 1000001 0 1000 1001010 1 110110 1100010 111110

Color Harmonies of #FDEA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA41

Black with #FDEA41

Text Example


Text Example

White with #FDEA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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