Html Css Color HEX #FDE031 Gorse

📋 copy color: '#FDE031'

red 253 ◦ green 224 ◦ blue 49

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

Shades of Gorse #FDE031

Tints of Gorse #FDE031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.32%

R = 48.1%
G = 42.59%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDE031 (or 0xFDE031) is known color: Gorse. HEX triplet: FD, E0 and 31. RGB value is (253,224,49). Sum of RGB (Red+Green+Blue) = 253+224+49=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 49 (19.53% from 255 or 9.32% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE031 is #021FCE. Grayscale: #D5D5D5. Windows color (decimal): -139215 or 3268861. OLE color: 3268861.

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

Color convert

RGB 253 224 49 -
CMYK 0 0.11 0.81 0.01
HSL 51.47º 0.98% 0.59% -
HSV(B) 51.47º 0.81% 0.99% -
XYZ 67.72 74.42 13.7 -
YUV 212.72 35.61 156.73 -
System Red Green Blue C M Y K H S L
Decimal 253 224 49 0 0.11 0.81 0.01 51.47 0.98 0.59
Hex FD E0 31 0 B 51 1 33 62 3B
Octal 375 340 61 0 13 121 1 63 142 73
Binary 11111101 11100000 110001 0 1011 1010001 1 110011 1100010 111011

Color Harmonies of #FDE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE031

Black with #FDE031

Text Example


Text Example

White with #FDE031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE031; }

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

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

background-color css

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

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

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

border-color css

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

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

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