Html Css Color HEX #FDE32D Gorse

📋 copy color: '#FDE32D'

red 253 ◦ green 227 ◦ blue 45

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

Shades of Gorse #FDE32D

Tints of Gorse #FDE32D

RGB

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

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

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

R = 48.19%
G = 43.24%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDE32D (or 0xFDE32D) is known color: Gorse. HEX triplet: FD, E3 and 2D. RGB value is (253,227,45). Sum of RGB (Red+Green+Blue) = 253+227+45=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 45 (17.97% from 255 or 8.57% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE32D is #021CD2. Grayscale: #D6D6D6. Windows color (decimal): -138451 or 3007485. OLE color: 3007485.

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

Color convert

RGB 253 227 45 -
CMYK 0 0.10 0.82 0.01
HSL 52.5º 0.98% 0.58% -
HSV(B) 52.5º 0.82% 0.99% -
XYZ 68.45 76.01 13.55 -
YUV 214.03 32.61 155.8 -
System Red Green Blue C M Y K H S L
Decimal 253 227 45 0 0.10 0.82 0.01 52.5 0.98 0.58
Hex FD E3 2D 0 A 52 1 34 62 3A
Octal 375 343 55 0 12 122 1 64 142 72
Binary 11111101 11100011 101101 0 1010 1010010 1 110100 1100010 111010

Color Harmonies of #FDE32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE32D

Black with #FDE32D

Text Example


Text Example

White with #FDE32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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