Html Css Color HEX #FDED32 Gorse

📋 copy color: '#FDED32'

red 253 ◦ green 237 ◦ blue 50

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

Shades of Gorse #FDED32

Tints of Gorse #FDED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 50 (19.92% from 255) = 9.26%

R = 46.85%
G = 43.89%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDED32 (or 0xFDED32) is known color: Gorse. HEX triplet: FD, ED and 32. RGB value is (253,237,50). Sum of RGB (Red+Green+Blue) = 253+237+50=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 50 (19.92% from 255 or 9.26% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED32 is #0212CD. Grayscale: #DDDDDD. Windows color (decimal): -135886 or 3337725. OLE color: 3337725.

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

Color convert

RGB 253 237 50 -
CMYK 0 0.06 0.80 0.01
HSL 55.27º 0.98% 0.59% -
HSV(B) 55.27º 0.8% 0.99% -
XYZ 71.37 81.68 15.02 -
YUV 220.47 31.8 151.21 -
System Red Green Blue C M Y K H S L
Decimal 253 237 50 0 0.06 0.80 0.01 55.27 0.98 0.59
Hex FD ED 32 0 6 50 1 37 62 3B
Octal 375 355 62 0 6 120 1 67 142 73
Binary 11111101 11101101 110010 0 110 1010000 1 110111 1100010 111011

Color Harmonies of #FDED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED32

Black with #FDED32

Text Example


Text Example

White with #FDED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED32; }

 p { color: rgb(253,237,50); }

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

background-color css

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

 a { background-color: rgb(253,237,50); }

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

border-color css

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

 span { border-color: rgb(253,237,50); }

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