Html Css Color HEX #FEDB2D Gorse

📋 copy color: '#FEDB2D'

red 254 ◦ green 219 ◦ blue 45

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

Shades of Gorse #FEDB2D

Tints of Gorse #FEDB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.69%

R = 49.03%
G = 42.28%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEDB2D (or 0xFEDB2D) is known color: Gorse. HEX triplet: FE, DB and 2D. RGB value is (254,219,45). Sum of RGB (Red+Green+Blue) = 254+219+45=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB2D is #0124D2. Grayscale: #D2D2D2. Windows color (decimal): -74963 or 3005438. OLE color: 3005438.

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

Color convert

RGB 254 219 45 -
CMYK 0 0.14 0.82 0.00
HSL 49.95º 0.99% 0.59% -
HSV(B) 49.95º 0.82% 1% -
XYZ 66.68 71.92 12.85 -
YUV 209.63 35.1 159.65 -
System Red Green Blue C M Y K H S L
Decimal 254 219 45 0 0.14 0.82 0.00 49.95 0.99 0.59
Hex FE DB 2D 0 E 52 0 32 63 3B
Octal 376 333 55 0 16 122 0 62 143 73
Binary 11111110 11011011 101101 0 1110 1010010 0 110010 1100011 111011

Color Harmonies of #FEDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB2D

Black with #FEDB2D

Text Example


Text Example

White with #FEDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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