Html Css Color HEX #FDE328 Gorse

📋 copy color: '#FDE328'

red 253 ◦ green 227 ◦ blue 40

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

Shades of Gorse #FDE328

Tints of Gorse #FDE328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.69%

R = 48.65%
G = 43.65%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDE328 (or 0xFDE328) is known color: Gorse. HEX triplet: FD, E3 and 28. RGB value is (253,227,40). Sum of RGB (Red+Green+Blue) = 253+227+40=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 40 (16.02% from 255 or 7.69% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE328 is #021CD7. Grayscale: #D6D6D6. Windows color (decimal): -138456 or 2679805. OLE color: 2679805.

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

Color convert

RGB 253 227 40 -
CMYK 0 0.10 0.84 0.01
HSL 52.68º 0.98% 0.57% -
HSV(B) 52.68º 0.84% 0.99% -
XYZ 68.36 75.97 13.07 -
YUV 213.46 30.11 156.21 -
System Red Green Blue C M Y K H S L
Decimal 253 227 40 0 0.10 0.84 0.01 52.68 0.98 0.57
Hex FD E3 28 0 A 54 1 35 62 39
Octal 375 343 50 0 12 124 1 65 142 71
Binary 11111101 11100011 101000 0 1010 1010100 1 110101 1100010 111001

Color Harmonies of #FDE328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE328

Black with #FDE328

Text Example


Text Example

White with #FDE328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE328; }

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

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

background-color css

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

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

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

border-color css

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

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

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