Html Css Color HEX #FDE331 Gorse

📋 copy color: '#FDE331'

red 253 ◦ green 227 ◦ blue 49

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

Shades of Gorse #FDE331

Tints of Gorse #FDE331

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.91%

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

R = 47.83%
G = 42.91%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDE331 (or 0xFDE331) is known color: Gorse. HEX triplet: FD, E3 and 31. RGB value is (253,227,49). Sum of RGB (Red+Green+Blue) = 253+227+49=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE331 is #021CCE. Grayscale: #D7D7D7. Windows color (decimal): -138447 or 3269629. OLE color: 3269629.

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

Color convert

RGB 253 227 49 -
CMYK 0 0.10 0.81 0.01
HSL 52.35º 0.98% 0.59% -
HSV(B) 52.35º 0.81% 0.99% -
XYZ 68.53 76.04 13.97 -
YUV 214.48 34.61 155.47 -
System Red Green Blue C M Y K H S L
Decimal 253 227 49 0 0.10 0.81 0.01 52.35 0.98 0.59
Hex FD E3 31 0 A 51 1 34 62 3B
Octal 375 343 61 0 12 121 1 64 142 73
Binary 11111101 11100011 110001 0 1010 1010001 1 110100 1100010 111011

Color Harmonies of #FDE331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE331

Black with #FDE331

Text Example


Text Example

White with #FDE331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE331; }

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

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

background-color css

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

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

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

border-color css

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

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

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