Html Css Color HEX #FA5A2E Outrageous Orange

📋 copy color: '#FA5A2E'

red 250 ◦ green 90 ◦ blue 46

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

Shades of Outrageous Orange #FA5A2E

Tints of Outrageous Orange #FA5A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 64.77%
G = 23.32%
B = 11.92%

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

#FA5A2E (or 0xFA5A2E) is known color: Outrageous Orange. HEX triplet: FA, 5A and 2E. RGB value is (250,90,46). Sum of RGB (Red+Green+Blue) = 250+90+46=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A2E is #05A5D1. Grayscale: #858585. Windows color (decimal): -370130 or 3037946. OLE color: 3037946.

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

Color convert

RGB 250 90 46 -
CMYK 0 0.64 0.82 0.02
HSL 12.94º 0.95% 0.58% -
HSV(B) 12.94º 0.82% 0.98% -
XYZ 43.57 27.83 5.66 -
YUV 132.82 79.01 211.58 -
System Red Green Blue C M Y K H S L
Decimal 250 90 46 0 0.64 0.82 0.02 12.94 0.95 0.58
Hex FA 5A 2E 0 40 52 2 D 5F 3A
Octal 372 132 56 0 100 122 2 15 137 72
Binary 11111010 1011010 101110 0 1000000 1010010 10 1101 1011111 111010

Color Harmonies of #FA5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A2E

Black with #FA5A2E

Text Example


Text Example

White with #FA5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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