Html Css Color HEX #FEDD45 Gorse

📋 copy color: '#FEDD45'

red 254 ◦ green 221 ◦ blue 69

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

Shades of Gorse #FEDD45

Tints of Gorse #FEDD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.68%

R = 46.69%
G = 40.63%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEDD45 (or 0xFEDD45) is known color: Gorse. HEX triplet: FE, DD and 45. RGB value is (254,221,69). Sum of RGB (Red+Green+Blue) = 254+221+69=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 69 (27.34% from 255 or 12.68% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD45 is #0122BA. Grayscale: #D6D6D6. Windows color (decimal): -74427 or 4578814. OLE color: 4578814.

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

Color convert

RGB 254 221 69 -
CMYK 0 0.13 0.73 0.00
HSL 49.3º 0.99% 0.63% -
HSV(B) 49.3º 0.73% 1% -
XYZ 67.8 73.21 16.19 -
YUV 213.54 46.43 156.86 -
System Red Green Blue C M Y K H S L
Decimal 254 221 69 0 0.13 0.73 0.00 49.3 0.99 0.63
Hex FE DD 45 0 D 49 0 31 63 3F
Octal 376 335 105 0 15 111 0 61 143 77
Binary 11111110 11011101 1000101 0 1101 1001001 0 110001 1100011 111111

Color Harmonies of #FEDD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD45

Black with #FEDD45

Text Example


Text Example

White with #FEDD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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