Html Css Color HEX #FDED25 Gorse

📋 copy color: '#FDED25'

red 253 ◦ green 237 ◦ blue 37

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

Shades of Gorse #FDED25

Tints of Gorse #FDED25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.02%

R = 48.01%
G = 44.97%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDED25 (or 0xFDED25) is known color: Gorse. HEX triplet: FD, ED and 25. RGB value is (253,237,37). Sum of RGB (Red+Green+Blue) = 253+237+37=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 37 (14.84% from 255 or 7.02% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED25 is #0212DA. Grayscale: #DBDBDB. Windows color (decimal): -135899 or 2485757. OLE color: 2485757.

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

Color convert

RGB 253 237 37 -
CMYK 0 0.06 0.85 0.01
HSL 55.56º 0.98% 0.57% -
HSV(B) 55.56º 0.85% 0.99% -
XYZ 71.13 81.58 13.75 -
YUV 218.98 25.3 152.26 -
System Red Green Blue C M Y K H S L
Decimal 253 237 37 0 0.06 0.85 0.01 55.56 0.98 0.57
Hex FD ED 25 0 6 55 1 38 62 39
Octal 375 355 45 0 6 125 1 70 142 71
Binary 11111101 11101101 100101 0 110 1010101 1 111000 1100010 111001

Color Harmonies of #FDED25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED25

Black with #FDED25

Text Example


Text Example

White with #FDED25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED25; }

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

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

background-color css

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

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

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

border-color css

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

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

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