Html Css Color HEX #FA5128 Outrageous Orange

📋 copy color: '#FA5128'

red 250 ◦ green 81 ◦ blue 40

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

Shades of Outrageous Orange #FA5128

Tints of Outrageous Orange #FA5128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.78%

R = 67.39%
G = 21.83%
B = 10.78%

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

#FA5128 (or 0xFA5128) is known color: Outrageous Orange. HEX triplet: FA, 51 and 28. RGB value is (250,81,40). Sum of RGB (Red+Green+Blue) = 250+81+40=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5128 is #05AED7. Grayscale: #7F7F7F. Windows color (decimal): -372440 or 2642426. OLE color: 2642426.

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

Color convert

RGB 250 81 40 -
CMYK 0 0.68 0.84 0.02
HSL 11.71º 0.95% 0.57% -
HSV(B) 11.71º 0.84% 0.98% -
XYZ 42.75 26.36 4.84 -
YUV 126.86 78.99 215.83 -
System Red Green Blue C M Y K H S L
Decimal 250 81 40 0 0.68 0.84 0.02 11.71 0.95 0.57
Hex FA 51 28 0 44 54 2 C 5F 39
Octal 372 121 50 0 104 124 2 14 137 71
Binary 11111010 1010001 101000 0 1000100 1010100 10 1100 1011111 111001

Color Harmonies of #FA5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5128

Black with #FA5128

Text Example


Text Example

White with #FA5128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5128; }

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

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

background-color css

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

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

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

border-color css

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

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

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