Html Css Color HEX #FDE045 Gorse

📋 copy color: '#FDE045'

red 253 ◦ green 224 ◦ blue 69

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

Shades of Gorse #FDE045

Tints of Gorse #FDE045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.64%

R = 46.34%
G = 41.03%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDE045 (or 0xFDE045) is known color: Gorse. HEX triplet: FD, E0 and 45. RGB value is (253,224,69). Sum of RGB (Red+Green+Blue) = 253+224+69=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 69 (27.34% from 255 or 12.64% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE045 is #021FBA. Grayscale: #D7D7D7. Windows color (decimal): -139195 or 4579581. OLE color: 4579581.

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

Color convert

RGB 253 224 69 -
CMYK 0 0.11 0.73 0.01
HSL 50.54º 0.98% 0.63% -
HSV(B) 50.54º 0.73% 0.99% -
XYZ 68.24 74.62 16.44 -
YUV 215 45.61 155.1 -
System Red Green Blue C M Y K H S L
Decimal 253 224 69 0 0.11 0.73 0.01 50.54 0.98 0.63
Hex FD E0 45 0 B 49 1 33 62 3F
Octal 375 340 105 0 13 111 1 63 142 77
Binary 11111101 11100000 1000101 0 1011 1001001 1 110011 1100010 111111

Color Harmonies of #FDE045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE045

Black with #FDE045

Text Example


Text Example

White with #FDE045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE045; }

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

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

background-color css

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

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

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

border-color css

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

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

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