Html Css Color HEX #FEDD25 Gorse

📋 copy color: '#FEDD25'

red 254 ◦ green 221 ◦ blue 37

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

Shades of Gorse #FEDD25

Tints of Gorse #FEDD25

RGB

 RED value IS 254 (99.61% from 255) = 49.61%

 GREEN value IS 221 (86.72% from 255) = 43.16%

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

R = 49.61%
G = 43.16%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEDD25 (or 0xFEDD25) is known color: Gorse. HEX triplet: FE, DD and 25. RGB value is (254,221,37). Sum of RGB (Red+Green+Blue) = 254+221+37=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 37 (14.84% from 255 or 7.23% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD25 is #0122DA. Grayscale: #D2D2D2. Windows color (decimal): -74459 or 2481662. OLE color: 2481662.

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

Color convert

RGB 254 221 37 -
CMYK 0 0.13 0.85 0.00
HSL 50.88º 0.99% 0.57% -
HSV(B) 50.88º 0.85% 1% -
XYZ 67.06 72.92 12.29 -
YUV 209.89 30.43 159.46 -
System Red Green Blue C M Y K H S L
Decimal 254 221 37 0 0.13 0.85 0.00 50.88 0.99 0.57
Hex FE DD 25 0 D 55 0 33 63 39
Octal 376 335 45 0 15 125 0 63 143 71
Binary 11111110 11011101 100101 0 1101 1010101 0 110011 1100011 111001

Color Harmonies of #FEDD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD25

Black with #FEDD25

Text Example


Text Example

White with #FEDD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD25; }

 p { color: rgb(254,221,37); }

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

background-color css

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

 a { background-color: rgb(254,221,37); }

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

border-color css

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

 span { border-color: rgb(254,221,37); }

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