Html Css Color HEX #FA6130 Outrageous Orange

📋 copy color: '#FA6130'

red 250 ◦ green 97 ◦ blue 48

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

Shades of Outrageous Orange #FA6130

Tints of Outrageous Orange #FA6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 63.29%
G = 24.56%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA6130 (or 0xFA6130) is known color: Outrageous Orange. HEX triplet: FA, 61 and 30. RGB value is (250,97,48). Sum of RGB (Red+Green+Blue) = 250+97+48=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6130 is #059ECF. Grayscale: #898989. Windows color (decimal): -368336 or 3170810. OLE color: 3170810.

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

Color convert

RGB 250 97 48 -
CMYK 0 0.61 0.81 0.02
HSL 14.55º 0.95% 0.58% -
HSV(B) 14.55º 0.81% 0.98% -
XYZ 44.23 29.09 6.08 -
YUV 137.16 77.69 208.48 -
System Red Green Blue C M Y K H S L
Decimal 250 97 48 0 0.61 0.81 0.02 14.55 0.95 0.58
Hex FA 61 30 0 3D 51 2 F 5F 3A
Octal 372 141 60 0 75 121 2 17 137 72
Binary 11111010 1100001 110000 0 111101 1010001 10 1111 1011111 111010

Color Harmonies of #FA6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6130

Black with #FA6130

Text Example


Text Example

White with #FA6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6130; }

 p { color: rgb(250,97,48); }

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

background-color css

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

 a { background-color: rgb(250,97,48); }

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

border-color css

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

 span { border-color: rgb(250,97,48); }

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