Html Css Color HEX #FA5422 Outrageous Orange

📋 copy color: '#FA5422'

red 250 ◦ green 84 ◦ blue 34

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

Shades of Outrageous Orange #FA5422

Tints of Outrageous Orange #FA5422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.24%

R = 67.93%
G = 22.83%
B = 9.24%

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

#FA5422 (or 0xFA5422) is known color: Outrageous Orange. HEX triplet: FA, 54 and 22. RGB value is (250,84,34). Sum of RGB (Red+Green+Blue) = 250+84+34=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5422 is #05ABDD. Grayscale: #808080. Windows color (decimal): -371678 or 2249978. OLE color: 2249978.

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

Color convert

RGB 250 84 34 -
CMYK 0 0.66 0.86 0.02
HSL 13.89º 0.96% 0.56% -
HSV(B) 13.89º 0.86% 0.98% -
XYZ 42.88 26.78 4.42 -
YUV 127.93 75 215.07 -
System Red Green Blue C M Y K H S L
Decimal 250 84 34 0 0.66 0.86 0.02 13.89 0.96 0.56
Hex FA 54 22 0 42 56 2 E 60 38
Octal 372 124 42 0 102 126 2 16 140 70
Binary 11111010 1010100 100010 0 1000010 1010110 10 1110 1100000 111000

Color Harmonies of #FA5422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5422

Black with #FA5422

Text Example


Text Example

White with #FA5422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5422; }

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

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

background-color css

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

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

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

border-color css

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

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

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