Html Css Color HEX #FEDD43 Gorse

📋 copy color: '#FEDD43'

red 254 ◦ green 221 ◦ blue 67

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

Shades of Gorse #FEDD43

Tints of Gorse #FEDD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.36%

R = 46.86%
G = 40.77%
B = 12.36%

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

#FEDD43 (or 0xFEDD43) is known color: Gorse. HEX triplet: FE, DD and 43. RGB value is (254,221,67). Sum of RGB (Red+Green+Blue) = 254+221+67=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 67 (26.56% from 255 or 12.36% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD43 is #0122BC. Grayscale: #D5D5D5. Windows color (decimal): -74429 or 4447742. OLE color: 4447742.

HSL color Cylindrical-coordinate representation of color #FEDD43: hue angle of 49.41º 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 #FEDD43 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 67 -
CMYK 0 0.13 0.74 0.00
HSL 49.41º 0.99% 0.63% -
HSV(B) 49.41º 0.74% 1% -
XYZ 67.74 73.19 15.87 -
YUV 213.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 254 221 67 0 0.13 0.74 0.00 49.41 0.99 0.63
Hex FE DD 43 0 D 4A 0 31 63 3F
Octal 376 335 103 0 15 112 0 61 143 77
Binary 11111110 11011101 1000011 0 1101 1001010 0 110001 1100011 111111

Color Harmonies of #FEDD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD43

Black with #FEDD43

Text Example


Text Example

White with #FEDD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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