Html Css Color HEX #FFE142 Gorse

📋 copy color: '#FFE142'

red 255 ◦ green 225 ◦ blue 66

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

Shades of Gorse #FFE142

Tints of Gorse #FFE142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.21%

 BLUE value IS 66 (26.17% from 255) = 12.09%

R = 46.7%
G = 41.21%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFE142 (or 0xFFE142) is known color: Gorse. HEX triplet: FF, E1 and 42. RGB value is (255,225,66). Sum of RGB (Red+Green+Blue) = 255+225+66=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 66 (26.17% from 255 or 12.09% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE142 is #001EBD. Grayscale: #D8D8D8. Windows color (decimal): -7870 or 4383231. OLE color: 4383231.

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

Color convert

RGB 255 225 66 -
CMYK 0 0.12 0.74 0
HSL 50.48º 1% 0.63% -
HSV(B) 50.48º 0.74% 1% -
XYZ 69.15 75.5 16.08 -
YUV 215.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 255 225 66 0 0.12 0.74 0 50.48 1 0.63
Hex FF E1 42 0 C 4A 0 32 64 3F
Octal 377 341 102 0 14 112 0 62 144 77
Binary 11111111 11100001 1000010 0 1100 1001010 0 110010 1100100 111111

Color Harmonies of #FFE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE142

Black with #FFE142

Text Example


Text Example

White with #FFE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE142; }

 p { color: rgb(255,225,66); }

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

background-color css

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

 a { background-color: rgb(255,225,66); }

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

border-color css

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

 span { border-color: rgb(255,225,66); }

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