Html Css Color HEX #FEDD2F Gorse

📋 copy color: '#FEDD2F'

red 254 ◦ green 221 ◦ blue 47

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

Shades of Gorse #FEDD2F

Tints of Gorse #FEDD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9%

R = 48.66%
G = 42.34%
B = 9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEDD2F (or 0xFEDD2F) is known color: Gorse. HEX triplet: FE, DD and 2F. RGB value is (254,221,47). Sum of RGB (Red+Green+Blue) = 254+221+47=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 47 (18.75% from 255 or 9.00% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD2F is #0122D0. Grayscale: #D3D3D3. Windows color (decimal): -74449 or 3137022. OLE color: 3137022.

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

Color convert

RGB 254 221 47 -
CMYK 0 0.13 0.81 0.00
HSL 50.43º 0.99% 0.59% -
HSV(B) 50.43º 0.81% 1% -
XYZ 67.24 72.99 13.23 -
YUV 211.03 35.43 158.65 -
System Red Green Blue C M Y K H S L
Decimal 254 221 47 0 0.13 0.81 0.00 50.43 0.99 0.59
Hex FE DD 2F 0 D 51 0 32 63 3B
Octal 376 335 57 0 15 121 0 62 143 73
Binary 11111110 11011101 101111 0 1101 1010001 0 110010 1100011 111011

Color Harmonies of #FEDD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD2F

Black with #FEDD2F

Text Example


Text Example

White with #FEDD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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