Html Css Color HEX #FEDD2B Gorse

📋 copy color: '#FEDD2B'

red 254 ◦ green 221 ◦ blue 43

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

Shades of Gorse #FEDD2B

Tints of Gorse #FEDD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.3%

R = 49.03%
G = 42.66%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEDD2B (or 0xFEDD2B) is known color: Gorse. HEX triplet: FE, DD and 2B. RGB value is (254,221,43). Sum of RGB (Red+Green+Blue) = 254+221+43=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 43 (17.19% from 255 or 8.30% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD2B is #0122D4. Grayscale: #D3D3D3. Windows color (decimal): -74453 or 2874878. OLE color: 2874878.

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

Color convert

RGB 254 221 43 -
CMYK 0 0.13 0.83 0.00
HSL 50.62º 0.99% 0.58% -
HSV(B) 50.62º 0.83% 1% -
XYZ 67.17 72.96 12.83 -
YUV 210.58 33.43 158.97 -
System Red Green Blue C M Y K H S L
Decimal 254 221 43 0 0.13 0.83 0.00 50.62 0.99 0.58
Hex FE DD 2B 0 D 53 0 33 63 3A
Octal 376 335 53 0 15 123 0 63 143 72
Binary 11111110 11011101 101011 0 1101 1010011 0 110011 1100011 111010

Color Harmonies of #FEDD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD2B

Black with #FEDD2B

Text Example


Text Example

White with #FEDD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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