Html Css Color HEX #FDE02D Gorse

📋 copy color: '#FDE02D'

red 253 ◦ green 224 ◦ blue 45

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

Shades of Gorse #FDE02D

Tints of Gorse #FDE02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.62%

R = 48.47%
G = 42.91%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDE02D (or 0xFDE02D) is known color: Gorse. HEX triplet: FD, E0 and 2D. RGB value is (253,224,45). Sum of RGB (Red+Green+Blue) = 253+224+45=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 45 (17.97% from 255 or 8.62% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE02D is #021FD2. Grayscale: #D5D5D5. Windows color (decimal): -139219 or 3006717. OLE color: 3006717.

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

Color convert

RGB 253 224 45 -
CMYK 0 0.11 0.82 0.01
HSL 51.63º 0.98% 0.58% -
HSV(B) 51.63º 0.82% 0.99% -
XYZ 67.64 74.38 13.28 -
YUV 212.27 33.61 157.05 -
System Red Green Blue C M Y K H S L
Decimal 253 224 45 0 0.11 0.82 0.01 51.63 0.98 0.58
Hex FD E0 2D 0 B 52 1 34 62 3A
Octal 375 340 55 0 13 122 1 64 142 72
Binary 11111101 11100000 101101 0 1011 1010010 1 110100 1100010 111010

Color Harmonies of #FDE02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE02D

Black with #FDE02D

Text Example


Text Example

White with #FDE02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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