Html Css Color HEX #FEDD2D Gorse

📋 copy color: '#FEDD2D'

red 254 ◦ green 221 ◦ blue 45

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

Shades of Gorse #FEDD2D

Tints of Gorse #FEDD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.65%

R = 48.85%
G = 42.5%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEDD2D (or 0xFEDD2D) is known color: Gorse. HEX triplet: FE, DD and 2D. RGB value is (254,221,45). Sum of RGB (Red+Green+Blue) = 254+221+45=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD2D is #0122D2. Grayscale: #D3D3D3. Windows color (decimal): -74451 or 3005950. OLE color: 3005950.

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

Color convert

RGB 254 221 45 -
CMYK 0 0.13 0.82 0.00
HSL 50.53º 0.99% 0.59% -
HSV(B) 50.53º 0.82% 1% -
XYZ 67.2 72.97 13.03 -
YUV 210.8 34.43 158.81 -
System Red Green Blue C M Y K H S L
Decimal 254 221 45 0 0.13 0.82 0.00 50.53 0.99 0.59
Hex FE DD 2D 0 D 52 0 33 63 3B
Octal 376 335 55 0 15 122 0 63 143 73
Binary 11111110 11011101 101101 0 1101 1010010 0 110011 1100011 111011

Color Harmonies of #FEDD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD2D

Black with #FEDD2D

Text Example


Text Example

White with #FEDD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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