Html Css Color HEX #FFE52A Gorse

📋 copy color: '#FFE52A'

red 255 ◦ green 229 ◦ blue 42

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

Shades of Gorse #FFE52A

Tints of Gorse #FFE52A

RGB

 RED value IS 255 (100% from 255) = 48.48%

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

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

R = 48.48%
G = 43.54%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFE52A (or 0xFFE52A) is known color: Gorse. HEX triplet: FF, E5 and 2A. RGB value is (255,229,42). Sum of RGB (Red+Green+Blue) = 255+229+42=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 42 (16.80% from 255 or 7.98% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE52A is #001AD5. Grayscale: #D8D8D8. Windows color (decimal): -6870 or 2811391. OLE color: 2811391.

HSL color Cylindrical-coordinate representation of color #FFE52A: hue angle of 52.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFE52A is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 229 42 -
CMYK 0 0.10 0.84 0
HSL 52.68º 1% 0.58% -
HSV(B) 52.68º 0.84% 1% -
XYZ 69.68 77.47 13.47 -
YUV 215.46 30.11 156.21 -
System Red Green Blue C M Y K H S L
Decimal 255 229 42 0 0.10 0.84 0 52.68 1 0.58
Hex FF E5 2A 0 A 54 0 35 64 3A
Octal 377 345 52 0 12 124 0 65 144 72
Binary 11111111 11100101 101010 0 1010 1010100 0 110101 1100100 111010

Color Harmonies of #FFE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE52A

Black with #FFE52A

Text Example


Text Example

White with #FFE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE52A; }

 p { color: rgb(255,229,42); }

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

background-color css

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

 a { background-color: rgb(255,229,42); }

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

border-color css

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

 span { border-color: rgb(255,229,42); }

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