Html Css Color HEX #FA5A2F Outrageous Orange

📋 copy color: '#FA5A2F'

red 250 ◦ green 90 ◦ blue 47

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

Shades of Outrageous Orange #FA5A2F

Tints of Outrageous Orange #FA5A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.14%

R = 64.6%
G = 23.26%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA5A2F (or 0xFA5A2F) is known color: Outrageous Orange. HEX triplet: FA, 5A and 2F. RGB value is (250,90,47). Sum of RGB (Red+Green+Blue) = 250+90+47=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A2F is #05A5D0. Grayscale: #858585. Windows color (decimal): -370129 or 3103482. OLE color: 3103482.

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

Color convert

RGB 250 90 47 -
CMYK 0 0.64 0.81 0.02
HSL 12.71º 0.95% 0.58% -
HSV(B) 12.71º 0.81% 0.98% -
XYZ 43.59 27.84 5.77 -
YUV 132.94 79.51 211.5 -
System Red Green Blue C M Y K H S L
Decimal 250 90 47 0 0.64 0.81 0.02 12.71 0.95 0.58
Hex FA 5A 2F 0 40 51 2 D 5F 3A
Octal 372 132 57 0 100 121 2 15 137 72
Binary 11111010 1011010 101111 0 1000000 1010001 10 1101 1011111 111010

Color Harmonies of #FA5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A2F

Black with #FA5A2F

Text Example


Text Example

White with #FA5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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