Html Css Color HEX #FA5A2C Outrageous Orange

📋 copy color: '#FA5A2C'

red 250 ◦ green 90 ◦ blue 44

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

Shades of Outrageous Orange #FA5A2C

Tints of Outrageous Orange #FA5A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.44%

 BLUE value IS 44 (17.58% from 255) = 11.46%

R = 65.1%
G = 23.44%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA5A2C (or 0xFA5A2C) is known color: Outrageous Orange. HEX triplet: FA, 5A and 2C. RGB value is (250,90,44). Sum of RGB (Red+Green+Blue) = 250+90+44=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A2C is #05A5D3. Grayscale: #848484. Windows color (decimal): -370132 or 2906874. OLE color: 2906874.

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

Color convert

RGB 250 90 44 -
CMYK 0 0.64 0.82 0.02
HSL 13.4º 0.95% 0.58% -
HSV(B) 13.4º 0.82% 0.98% -
XYZ 43.54 27.82 5.46 -
YUV 132.6 78.01 211.74 -
System Red Green Blue C M Y K H S L
Decimal 250 90 44 0 0.64 0.82 0.02 13.4 0.95 0.58
Hex FA 5A 2C 0 40 52 2 D 5F 3A
Octal 372 132 54 0 100 122 2 15 137 72
Binary 11111010 1011010 101100 0 1000000 1010010 10 1101 1011111 111010

Color Harmonies of #FA5A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A2C

Black with #FA5A2C

Text Example


Text Example

White with #FA5A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A2C; }

 p { color: rgb(250,90,44); }

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

background-color css

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

 a { background-color: rgb(250,90,44); }

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

border-color css

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

 span { border-color: rgb(250,90,44); }

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