Html Css Color HEX #FEDC2B Gorse

📋 copy color: '#FEDC2B'

red 254 ◦ green 220 ◦ blue 43

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

Shades of Gorse #FEDC2B

Tints of Gorse #FEDC2B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.55%

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

R = 49.13%
G = 42.55%
B = 8.32%

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

#FEDC2B (or 0xFEDC2B) is known color: Gorse. HEX triplet: FE, DC and 2B. RGB value is (254,220,43). Sum of RGB (Red+Green+Blue) = 254+220+43=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 43 (17.19% from 255 or 8.32% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC2B is #0123D4. Grayscale: #D2D2D2. Windows color (decimal): -74709 or 2874622. OLE color: 2874622.

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

Color convert

RGB 254 220 43 -
CMYK 0 0.13 0.83 0.00
HSL 50.33º 0.99% 0.58% -
HSV(B) 50.33º 0.83% 1% -
XYZ 66.9 72.43 12.74 -
YUV 209.99 33.76 159.39 -
System Red Green Blue C M Y K H S L
Decimal 254 220 43 0 0.13 0.83 0.00 50.33 0.99 0.58
Hex FE DC 2B 0 D 53 0 32 63 3A
Octal 376 334 53 0 15 123 0 62 143 72
Binary 11111110 11011100 101011 0 1101 1010011 0 110010 1100011 111010

Color Harmonies of #FEDC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC2B

Black with #FEDC2B

Text Example


Text Example

White with #FEDC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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