Html Css Color HEX #FDE32E Gorse

📋 copy color: '#FDE32E'

red 253 ◦ green 227 ◦ blue 46

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

Shades of Gorse #FDE32E

Tints of Gorse #FDE32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.75%

R = 48.1%
G = 43.16%
B = 8.75%

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

#FDE32E (or 0xFDE32E) is known color: Gorse. HEX triplet: FD, E3 and 2E. RGB value is (253,227,46). Sum of RGB (Red+Green+Blue) = 253+227+46=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 46 (18.36% from 255 or 8.75% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE32E is #021CD1. Grayscale: #D6D6D6. Windows color (decimal): -138450 or 3073021. OLE color: 3073021.

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

Color convert

RGB 253 227 46 -
CMYK 0 0.10 0.82 0.01
HSL 52.46º 0.98% 0.59% -
HSV(B) 52.46º 0.82% 0.99% -
XYZ 68.47 76.02 13.65 -
YUV 214.14 33.11 155.72 -
System Red Green Blue C M Y K H S L
Decimal 253 227 46 0 0.10 0.82 0.01 52.46 0.98 0.59
Hex FD E3 2E 0 A 52 1 34 62 3B
Octal 375 343 56 0 12 122 1 64 142 73
Binary 11111101 11100011 101110 0 1010 1010010 1 110100 1100010 111011

Color Harmonies of #FDE32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE32E

Black with #FDE32E

Text Example


Text Example

White with #FDE32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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