Html Css Color HEX #FEDD42 Gorse

📋 copy color: '#FEDD42'

red 254 ◦ green 221 ◦ blue 66

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

Shades of Gorse #FEDD42

Tints of Gorse #FEDD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.2%

R = 46.95%
G = 40.85%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEDD42 (or 0xFEDD42) is known color: Gorse. HEX triplet: FE, DD and 42. RGB value is (254,221,66). Sum of RGB (Red+Green+Blue) = 254+221+66=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 66 (26.17% from 255 or 12.20% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD42 is #0122BD. Grayscale: #D5D5D5. Windows color (decimal): -74430 or 4382206. OLE color: 4382206.

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

Color convert

RGB 254 221 66 -
CMYK 0 0.13 0.74 0.00
HSL 49.47º 0.99% 0.63% -
HSV(B) 49.47º 0.74% 1% -
XYZ 67.71 73.18 15.71 -
YUV 213.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 254 221 66 0 0.13 0.74 0.00 49.47 0.99 0.63
Hex FE DD 42 0 D 4A 0 31 63 3F
Octal 376 335 102 0 15 112 0 61 143 77
Binary 11111110 11011101 1000010 0 1101 1001010 0 110001 1100011 111111

Color Harmonies of #FEDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD42

Black with #FEDD42

Text Example


Text Example

White with #FEDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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