Html Css Color HEX #FFE32A Gorse

📋 copy color: '#FFE32A'

red 255 ◦ green 227 ◦ blue 42

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

Shades of Gorse #FFE32A

Tints of Gorse #FFE32A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.32%

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

R = 48.66%
G = 43.32%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFE32A (or 0xFFE32A) is known color: Gorse. HEX triplet: FF, E3 and 2A. RGB value is (255,227,42). Sum of RGB (Red+Green+Blue) = 255+227+42=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 42 (16.80% from 255 or 8.02% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE32A is #001CD5. Grayscale: #D7D7D7. Windows color (decimal): -7382 or 2810879. OLE color: 2810879.

HSL color Cylindrical-coordinate representation of color #FFE32A: hue angle of 52.11º 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 #FFE32A is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 227 42 -
CMYK 0 0.11 0.84 0
HSL 52.11º 1% 0.58% -
HSV(B) 52.11º 0.84% 1% -
XYZ 69.13 76.37 13.29 -
YUV 214.28 30.78 157.04 -
System Red Green Blue C M Y K H S L
Decimal 255 227 42 0 0.11 0.84 0 52.11 1 0.58
Hex FF E3 2A 0 B 54 0 34 64 3A
Octal 377 343 52 0 13 124 0 64 144 72
Binary 11111111 11100011 101010 0 1011 1010100 0 110100 1100100 111010

Color Harmonies of #FFE32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE32A

Black with #FFE32A

Text Example


Text Example

White with #FFE32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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