Html Css Color HEX #FDED37 Gorse

📋 copy color: '#FDED37'

red 253 ◦ green 237 ◦ blue 55

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

Shades of Gorse #FDED37

Tints of Gorse #FDED37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.09%

R = 46.42%
G = 43.49%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDED37 (or 0xFDED37) is known color: Gorse. HEX triplet: FD, ED and 37. RGB value is (253,237,55). Sum of RGB (Red+Green+Blue) = 253+237+55=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 55 (21.88% from 255 or 10.09% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED37 is #0212C8. Grayscale: #DDDDDD. Windows color (decimal): -135881 or 3665405. OLE color: 3665405.

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

Color convert

RGB 253 237 55 -
CMYK 0 0.06 0.78 0.01
HSL 55.15º 0.98% 0.6% -
HSV(B) 55.15º 0.78% 0.99% -
XYZ 71.48 81.73 15.62 -
YUV 221.04 34.3 150.8 -
System Red Green Blue C M Y K H S L
Decimal 253 237 55 0 0.06 0.78 0.01 55.15 0.98 0.6
Hex FD ED 37 0 6 4E 1 37 62 3C
Octal 375 355 67 0 6 116 1 67 142 74
Binary 11111101 11101101 110111 0 110 1001110 1 110111 1100010 111100

Color Harmonies of #FDED37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED37

Black with #FDED37

Text Example


Text Example

White with #FDED37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED37; }

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

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

background-color css

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

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

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

border-color css

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

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

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