Html Css Color HEX #FA5428 Outrageous Orange

📋 copy color: '#FA5428'

red 250 ◦ green 84 ◦ blue 40

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

Shades of Outrageous Orange #FA5428

Tints of Outrageous Orange #FA5428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

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

R = 66.84%
G = 22.46%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA5428 (or 0xFA5428) is known color: Outrageous Orange. HEX triplet: FA, 54 and 28. RGB value is (250,84,40). Sum of RGB (Red+Green+Blue) = 250+84+40=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5428 is #05ABD7. Grayscale: #808080. Windows color (decimal): -371672 or 2643194. OLE color: 2643194.

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

Color convert

RGB 250 84 40 -
CMYK 0 0.66 0.84 0.02
HSL 12.57º 0.95% 0.57% -
HSV(B) 12.57º 0.84% 0.98% -
XYZ 42.98 26.82 4.92 -
YUV 128.62 78 214.58 -
System Red Green Blue C M Y K H S L
Decimal 250 84 40 0 0.66 0.84 0.02 12.57 0.95 0.57
Hex FA 54 28 0 42 54 2 D 5F 39
Octal 372 124 50 0 102 124 2 15 137 71
Binary 11111010 1010100 101000 0 1000010 1010100 10 1101 1011111 111001

Color Harmonies of #FA5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5428

Black with #FA5428

Text Example


Text Example

White with #FA5428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5428; }

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

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

background-color css

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

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

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

border-color css

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

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

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