Html Css Color HEX #FED930 Gorse

📋 copy color: '#FED930'

red 254 ◦ green 217 ◦ blue 48

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

Shades of Gorse #FED930

Tints of Gorse #FED930

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

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

R = 48.94%
G = 41.81%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FED930 (or 0xFED930) is known color: Gorse. HEX triplet: FE, D9 and 30. RGB value is (254,217,48). Sum of RGB (Red+Green+Blue) = 254+217+48=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 48 (19.14% from 255 or 9.25% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FED930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED930 is #0126CF. Grayscale: #D1D1D1. Windows color (decimal): -75472 or 3201534. OLE color: 3201534.

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

Color convert

RGB 254 217 48 -
CMYK 0 0.15 0.81 0.00
HSL 49.22º 0.99% 0.59% -
HSV(B) 49.22º 0.81% 1% -
XYZ 66.22 70.91 12.99 -
YUV 208.8 37.26 160.24 -
System Red Green Blue C M Y K H S L
Decimal 254 217 48 0 0.15 0.81 0.00 49.22 0.99 0.59
Hex FE D9 30 0 F 51 0 31 63 3B
Octal 376 331 60 0 17 121 0 61 143 73
Binary 11111110 11011001 110000 0 1111 1010001 0 110001 1100011 111011

Color Harmonies of #FED930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED930

Black with #FED930

Text Example


Text Example

White with #FED930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED930; }

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

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

background-color css

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

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

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

border-color css

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

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

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