Html Css Color HEX #FA5326 Outrageous Orange

📋 copy color: '#FA5326'

red 250 ◦ green 83 ◦ blue 38

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

Shades of Outrageous Orange #FA5326

Tints of Outrageous Orange #FA5326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 67.39%
G = 22.37%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA5326 (or 0xFA5326) is known color: Outrageous Orange. HEX triplet: FA, 53 and 26. RGB value is (250,83,38). Sum of RGB (Red+Green+Blue) = 250+83+38=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5326 is #05ACD9. Grayscale: #808080. Windows color (decimal): -371930 or 2511866. OLE color: 2511866.

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

Color convert

RGB 250 83 38 -
CMYK 0 0.67 0.85 0.02
HSL 12.74º 0.95% 0.56% -
HSV(B) 12.74º 0.85% 0.98% -
XYZ 42.87 26.65 4.72 -
YUV 127.8 77.33 215.16 -
System Red Green Blue C M Y K H S L
Decimal 250 83 38 0 0.67 0.85 0.02 12.74 0.95 0.56
Hex FA 53 26 0 43 55 2 D 5F 38
Octal 372 123 46 0 103 125 2 15 137 70
Binary 11111010 1010011 100110 0 1000011 1010101 10 1101 1011111 111000

Color Harmonies of #FA5326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5326

Black with #FA5326

Text Example


Text Example

White with #FA5326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5326; }

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

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

background-color css

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

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

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

border-color css

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

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

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