Html Css Color HEX #FA5826 Outrageous Orange

📋 copy color: '#FA5826'

red 250 ◦ green 88 ◦ blue 38

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

Shades of Outrageous Orange #FA5826

Tints of Outrageous Orange #FA5826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 66.49%
G = 23.4%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA5826 (or 0xFA5826) is known color: Outrageous Orange. HEX triplet: FA, 58 and 26. RGB value is (250,88,38). Sum of RGB (Red+Green+Blue) = 250+88+38=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5826 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5826 is #05A7D9. Grayscale: #838383. Windows color (decimal): -370650 or 2513146. OLE color: 2513146.

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

Color convert

RGB 250 88 38 -
CMYK 0 0.65 0.85 0.02
HSL 14.15º 0.95% 0.56% -
HSV(B) 14.15º 0.85% 0.98% -
XYZ 43.26 27.44 4.85 -
YUV 130.74 75.67 213.07 -
System Red Green Blue C M Y K H S L
Decimal 250 88 38 0 0.65 0.85 0.02 14.15 0.95 0.56
Hex FA 58 26 0 41 55 2 E 5F 38
Octal 372 130 46 0 101 125 2 16 137 70
Binary 11111010 1011000 100110 0 1000001 1010101 10 1110 1011111 111000

Color Harmonies of #FA5826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5826

Black with #FA5826

Text Example


Text Example

White with #FA5826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5826; }

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

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

background-color css

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

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

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

border-color css

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

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

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