Html Css Color HEX #FEDB2A Gorse

📋 copy color: '#FEDB2A'

red 254 ◦ green 219 ◦ blue 42

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

Shades of Gorse #FEDB2A

Tints of Gorse #FEDB2A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.52%

 BLUE value IS 42 (16.8% from 255) = 8.16%

R = 49.32%
G = 42.52%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEDB2A (or 0xFEDB2A) is known color: Gorse. HEX triplet: FE, DB and 2A. RGB value is (254,219,42). Sum of RGB (Red+Green+Blue) = 254+219+42=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 42 (16.80% from 255 or 8.16% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB2A is #0124D5. Grayscale: #D2D2D2. Windows color (decimal): -74966 or 2808830. OLE color: 2808830.

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

Color convert

RGB 254 219 42 -
CMYK 0 0.14 0.83 0.00
HSL 50.09º 0.99% 0.58% -
HSV(B) 50.09º 0.83% 1% -
XYZ 66.62 71.9 12.56 -
YUV 209.29 33.6 159.89 -
System Red Green Blue C M Y K H S L
Decimal 254 219 42 0 0.14 0.83 0.00 50.09 0.99 0.58
Hex FE DB 2A 0 E 53 0 32 63 3A
Octal 376 333 52 0 16 123 0 62 143 72
Binary 11111110 11011011 101010 0 1110 1010011 0 110010 1100011 111010

Color Harmonies of #FEDB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB2A

Black with #FEDB2A

Text Example


Text Example

White with #FEDB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB2A; }

 p { color: rgb(254,219,42); }

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

background-color css

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

 a { background-color: rgb(254,219,42); }

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

border-color css

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

 span { border-color: rgb(254,219,42); }

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