Html Css Color HEX #FA5426 Outrageous Orange

📋 copy color: '#FA5426'

red 250 ◦ green 84 ◦ blue 38

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

Shades of Outrageous Orange #FA5426

Tints of Outrageous Orange #FA5426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.22%

R = 67.2%
G = 22.58%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA5426 (or 0xFA5426) is known color: Outrageous Orange. HEX triplet: FA, 54 and 26. RGB value is (250,84,38). Sum of RGB (Red+Green+Blue) = 250+84+38=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5426 is #05ABD9. Grayscale: #808080. Windows color (decimal): -371674 or 2512122. OLE color: 2512122.

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

Color convert

RGB 250 84 38 -
CMYK 0 0.66 0.85 0.02
HSL 13.02º 0.95% 0.56% -
HSV(B) 13.02º 0.85% 0.98% -
XYZ 42.94 26.8 4.74 -
YUV 128.39 77 214.74 -
System Red Green Blue C M Y K H S L
Decimal 250 84 38 0 0.66 0.85 0.02 13.02 0.95 0.56
Hex FA 54 26 0 42 55 2 D 5F 38
Octal 372 124 46 0 102 125 2 15 137 70
Binary 11111010 1010100 100110 0 1000010 1010101 10 1101 1011111 111000

Color Harmonies of #FA5426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5426

Black with #FA5426

Text Example


Text Example

White with #FA5426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5426; }

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

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

background-color css

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

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

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

border-color css

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

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

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