Html Css Color HEX #FFE130 Gorse

📋 copy color: '#FFE130'

red 255 ◦ green 225 ◦ blue 48

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

Shades of Gorse #FFE130

Tints of Gorse #FFE130

RGB

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

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

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

R = 48.3%
G = 42.61%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFE130 (or 0xFFE130) is known color: Gorse. HEX triplet: FF, E1 and 30. RGB value is (255,225,48). Sum of RGB (Red+Green+Blue) = 255+225+48=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 48 (19.14% from 255 or 9.09% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE130 is #001ECF. Grayscale: #D6D6D6. Windows color (decimal): -7888 or 3203583. OLE color: 3203583.

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

Color convert

RGB 255 225 48 -
CMYK 0 0.12 0.81 0
HSL 51.3º 1% 0.59% -
HSV(B) 51.3º 0.81% 1% -
XYZ 68.7 75.32 13.71 -
YUV 213.79 34.44 157.39 -
System Red Green Blue C M Y K H S L
Decimal 255 225 48 0 0.12 0.81 0 51.3 1 0.59
Hex FF E1 30 0 C 51 0 33 64 3B
Octal 377 341 60 0 14 121 0 63 144 73
Binary 11111111 11100001 110000 0 1100 1010001 0 110011 1100100 111011

Color Harmonies of #FFE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE130

Black with #FFE130

Text Example


Text Example

White with #FFE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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