Html Css Color HEX #FA5129 Outrageous Orange

📋 copy color: '#FA5129'

red 250 ◦ green 81 ◦ blue 41

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

Shades of Outrageous Orange #FA5129

Tints of Outrageous Orange #FA5129

RGB

 RED value IS 250 (98.05% from 255) = 67.2%

 GREEN value IS 81 (32.03% from 255) = 21.77%

 BLUE value IS 41 (16.41% from 255) = 11.02%

R = 67.2%
G = 21.77%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA5129 (or 0xFA5129) is known color: Outrageous Orange. HEX triplet: FA, 51 and 29. RGB value is (250,81,41). Sum of RGB (Red+Green+Blue) = 250+81+41=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5129 is #05AED6. Grayscale: #7F7F7F. Windows color (decimal): -372439 or 2707962. OLE color: 2707962.

HSL color Cylindrical-coordinate representation of color #FA5129: hue angle of 11.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA5129 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 81 41 -
CMYK 0 0.68 0.84 0.02
HSL 11.48º 0.95% 0.57% -
HSV(B) 11.48º 0.84% 0.98% -
XYZ 42.77 26.37 4.93 -
YUV 126.97 79.49 215.75 -
System Red Green Blue C M Y K H S L
Decimal 250 81 41 0 0.68 0.84 0.02 11.48 0.95 0.57
Hex FA 51 29 0 44 54 2 B 5F 39
Octal 372 121 51 0 104 124 2 13 137 71
Binary 11111010 1010001 101001 0 1000100 1010100 10 1011 1011111 111001

Color Harmonies of #FA5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5129

Black with #FA5129

Text Example


Text Example

White with #FA5129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5129; }

 p { color: rgb(250,81,41); }

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

background-color css

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

 a { background-color: rgb(250,81,41); }

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

border-color css

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

 span { border-color: rgb(250,81,41); }

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