Html Css Color HEX #FDE03A Gorse

📋 copy color: '#FDE03A'

red 253 ◦ green 224 ◦ blue 58

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

Shades of Gorse #FDE03A

Tints of Gorse #FDE03A

RGB

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

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

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

R = 47.29%
G = 41.87%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDE03A (or 0xFDE03A) is known color: Gorse. HEX triplet: FD, E0 and 3A. RGB value is (253,224,58). Sum of RGB (Red+Green+Blue) = 253+224+58=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 58 (23.05% from 255 or 10.84% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE03A is #021FC5. Grayscale: #D6D6D6. Windows color (decimal): -139206 or 3858685. OLE color: 3858685.

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

Color convert

RGB 253 224 58 -
CMYK 0 0.11 0.77 0.01
HSL 51.08º 0.98% 0.61% -
HSV(B) 51.08º 0.77% 0.99% -
XYZ 67.93 74.5 14.8 -
YUV 213.75 40.11 156 -
System Red Green Blue C M Y K H S L
Decimal 253 224 58 0 0.11 0.77 0.01 51.08 0.98 0.61
Hex FD E0 3A 0 B 4D 1 33 62 3D
Octal 375 340 72 0 13 115 1 63 142 75
Binary 11111101 11100000 111010 0 1011 1001101 1 110011 1100010 111101

Color Harmonies of #FDE03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE03A

Black with #FDE03A

Text Example


Text Example

White with #FDE03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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