Html Css Color HEX #FEDB30 Gorse

📋 copy color: '#FEDB30'

red 254 ◦ green 219 ◦ blue 48

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

Shades of Gorse #FEDB30

Tints of Gorse #FEDB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.21%

R = 48.75%
G = 42.03%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEDB30 (or 0xFEDB30) is known color: Gorse. HEX triplet: FE, DB and 30. RGB value is (254,219,48). Sum of RGB (Red+Green+Blue) = 254+219+48=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 48 (19.14% from 255 or 9.21% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB30 is #0124CF. Grayscale: #D2D2D2. Windows color (decimal): -74960 or 3202046. OLE color: 3202046.

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

Color convert

RGB 254 219 48 -
CMYK 0 0.14 0.81 0.00
HSL 49.81º 0.99% 0.59% -
HSV(B) 49.81º 0.81% 1% -
XYZ 66.74 71.95 13.17 -
YUV 209.97 36.6 159.4 -
System Red Green Blue C M Y K H S L
Decimal 254 219 48 0 0.14 0.81 0.00 49.81 0.99 0.59
Hex FE DB 30 0 E 51 0 32 63 3B
Octal 376 333 60 0 16 121 0 62 143 73
Binary 11111110 11011011 110000 0 1110 1010001 0 110010 1100011 111011

Color Harmonies of #FEDB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB30

Black with #FEDB30

Text Example


Text Example

White with #FEDB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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