Html Css Color HEX #FEE530 Gorse

📋 copy color: '#FEE530'

red 254 ◦ green 229 ◦ blue 48

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

Shades of Gorse #FEE530

Tints of Gorse #FEE530

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.13%

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

R = 47.83%
G = 43.13%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEE530 (or 0xFEE530) is known color: Gorse. HEX triplet: FE, E5 and 30. RGB value is (254,229,48). Sum of RGB (Red+Green+Blue) = 254+229+48=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 48 (19.14% from 255 or 9.04% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE530 is #011ACF. Grayscale: #D8D8D8. Windows color (decimal): -72400 or 3204606. OLE color: 3204606.

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

Color convert

RGB 254 229 48 -
CMYK 0 0.10 0.81 0.00
HSL 52.72º 0.99% 0.59% -
HSV(B) 52.72º 0.81% 1% -
XYZ 69.43 77.32 14.06 -
YUV 215.84 33.28 155.22 -
System Red Green Blue C M Y K H S L
Decimal 254 229 48 0 0.10 0.81 0.00 52.72 0.99 0.59
Hex FE E5 30 0 A 51 0 35 63 3B
Octal 376 345 60 0 12 121 0 65 143 73
Binary 11111110 11100101 110000 0 1010 1010001 0 110101 1100011 111011

Color Harmonies of #FEE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE530

Black with #FEE530

Text Example


Text Example

White with #FEE530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE530; }

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

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

background-color css

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

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

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

border-color css

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

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

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