Html Css Color HEX #FDE93A Gorse

📋 copy color: '#FDE93A'

red 253 ◦ green 233 ◦ blue 58

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

Shades of Gorse #FDE93A

Tints of Gorse #FDE93A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.83%

 BLUE value IS 58 (23.05% from 255) = 10.66%

R = 46.51%
G = 42.83%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDE93A (or 0xFDE93A) is known color: Gorse. HEX triplet: FD, E9 and 3A. RGB value is (253,233,58). Sum of RGB (Red+Green+Blue) = 253+233+58=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 58 (23.05% from 255 or 10.66% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE93A is #0216C5. Grayscale: #DBDBDB. Windows color (decimal): -136902 or 3860989. OLE color: 3860989.

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

Color convert

RGB 253 233 58 -
CMYK 0 0.08 0.77 0.01
HSL 53.85º 0.98% 0.61% -
HSV(B) 53.85º 0.77% 0.99% -
XYZ 70.41 79.47 15.63 -
YUV 219.03 37.13 152.23 -
System Red Green Blue C M Y K H S L
Decimal 253 233 58 0 0.08 0.77 0.01 53.85 0.98 0.61
Hex FD E9 3A 0 8 4D 1 36 62 3D
Octal 375 351 72 0 10 115 1 66 142 75
Binary 11111101 11101001 111010 0 1000 1001101 1 110110 1100010 111101

Color Harmonies of #FDE93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE93A

Black with #FDE93A

Text Example


Text Example

White with #FDE93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE93A; }

 p { color: rgb(253,233,58); }

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

background-color css

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

 a { background-color: rgb(253,233,58); }

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

border-color css

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

 span { border-color: rgb(253,233,58); }

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