Html Css Color HEX #FFE245 Gorse

📋 copy color: '#FFE245'

red 255 ◦ green 226 ◦ blue 69

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

Shades of Gorse #FFE245

Tints of Gorse #FFE245

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.09%

 BLUE value IS 69 (27.34% from 255) = 12.55%

R = 46.36%
G = 41.09%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFE245 (or 0xFFE245) is known color: Gorse. HEX triplet: FF, E2 and 45. RGB value is (255,226,69). Sum of RGB (Red+Green+Blue) = 255+226+69=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 69 (27.34% from 255 or 12.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE245 is #001DBA. Grayscale: #D9D9D9. Windows color (decimal): -7611 or 4580095. OLE color: 4580095.

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

Color convert

RGB 255 226 69 -
CMYK 0 0.11 0.73 0
HSL 50.65º 1% 0.64% -
HSV(B) 50.65º 0.73% 1% -
XYZ 69.51 76.08 16.65 -
YUV 216.77 44.61 155.27 -
System Red Green Blue C M Y K H S L
Decimal 255 226 69 0 0.11 0.73 0 50.65 1 0.64
Hex FF E2 45 0 B 49 0 33 64 40
Octal 377 342 105 0 13 111 0 63 144 100
Binary 11111111 11100010 1000101 0 1011 1001001 0 110011 1100100 1000000

Color Harmonies of #FFE245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE245

Black with #FFE245

Text Example


Text Example

White with #FFE245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE245; }

 p { color: rgb(255,226,69); }

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

background-color css

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

 a { background-color: rgb(255,226,69); }

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

border-color css

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

 span { border-color: rgb(255,226,69); }

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