Html Css Color HEX #FA6030 Outrageous Orange

📋 copy color: '#FA6030'

red 250 ◦ green 96 ◦ blue 48

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

Shades of Outrageous Orange #FA6030

Tints of Outrageous Orange #FA6030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.37%

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

R = 63.45%
G = 24.37%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA6030 (or 0xFA6030) is known color: Outrageous Orange. HEX triplet: FA, 60 and 30. RGB value is (250,96,48). Sum of RGB (Red+Green+Blue) = 250+96+48=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6030 is #059FCF. Grayscale: #888888. Windows color (decimal): -368592 or 3170554. OLE color: 3170554.

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

Color convert

RGB 250 96 48 -
CMYK 0 0.62 0.81 0.02
HSL 14.26º 0.95% 0.58% -
HSV(B) 14.26º 0.81% 0.98% -
XYZ 44.14 28.9 6.05 -
YUV 136.57 78.02 208.9 -
System Red Green Blue C M Y K H S L
Decimal 250 96 48 0 0.62 0.81 0.02 14.26 0.95 0.58
Hex FA 60 30 0 3E 51 2 E 5F 3A
Octal 372 140 60 0 76 121 2 16 137 72
Binary 11111010 1100000 110000 0 111110 1010001 10 1110 1011111 111010

Color Harmonies of #FA6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6030

Black with #FA6030

Text Example


Text Example

White with #FA6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6030; }

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

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

background-color css

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

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

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

border-color css

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

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

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