Html Css Color HEX #FA5424 Outrageous Orange

📋 copy color: '#FA5424'

red 250 ◦ green 84 ◦ blue 36

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

Shades of Outrageous Orange #FA5424

Tints of Outrageous Orange #FA5424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.73%

R = 67.57%
G = 22.7%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA5424 (or 0xFA5424) is known color: Outrageous Orange. HEX triplet: FA, 54 and 24. RGB value is (250,84,36). Sum of RGB (Red+Green+Blue) = 250+84+36=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5424 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5424 is #05ABDB. Grayscale: #808080. Windows color (decimal): -371676 or 2381050. OLE color: 2381050.

HSL color Cylindrical-coordinate representation of color #FA5424: hue angle of 13.46º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA5424 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 84 36 -
CMYK 0 0.66 0.86 0.02
HSL 13.46º 0.96% 0.56% -
HSV(B) 13.46º 0.86% 0.98% -
XYZ 42.91 26.79 4.58 -
YUV 128.16 76 214.9 -
System Red Green Blue C M Y K H S L
Decimal 250 84 36 0 0.66 0.86 0.02 13.46 0.96 0.56
Hex FA 54 24 0 42 56 2 D 60 38
Octal 372 124 44 0 102 126 2 15 140 70
Binary 11111010 1010100 100100 0 1000010 1010110 10 1101 1100000 111000

Color Harmonies of #FA5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5424

Black with #FA5424

Text Example


Text Example

White with #FA5424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5424; }

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

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

background-color css

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

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

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

border-color css

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

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

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