Html Css Color HEX #FDE72D Gorse

📋 copy color: '#FDE72D'

red 253 ◦ green 231 ◦ blue 45

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

Shades of Gorse #FDE72D

Tints of Gorse #FDE72D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.67%

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

R = 47.83%
G = 43.67%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDE72D (or 0xFDE72D) is known color: Gorse. HEX triplet: FD, E7 and 2D. RGB value is (253,231,45). Sum of RGB (Red+Green+Blue) = 253+231+45=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 45 (17.97% from 255 or 8.51% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE72D is #0218D2. Grayscale: #D9D9D9. Windows color (decimal): -137427 or 3008509. OLE color: 3008509.

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

Color convert

RGB 253 231 45 -
CMYK 0 0.09 0.82 0.01
HSL 53.65º 0.98% 0.58% -
HSV(B) 53.65º 0.82% 0.99% -
XYZ 69.56 78.22 13.92 -
YUV 216.37 31.29 154.12 -
System Red Green Blue C M Y K H S L
Decimal 253 231 45 0 0.09 0.82 0.01 53.65 0.98 0.58
Hex FD E7 2D 0 9 52 1 36 62 3A
Octal 375 347 55 0 11 122 1 66 142 72
Binary 11111101 11100111 101101 0 1001 1010010 1 110110 1100010 111010

Color Harmonies of #FDE72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE72D

Black with #FDE72D

Text Example


Text Example

White with #FDE72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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