Html Css Color HEX #FA6630 Outrageous Orange

📋 copy color: '#FA6630'

red 250 ◦ green 102 ◦ blue 48

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

Shades of Outrageous Orange #FA6630

Tints of Outrageous Orange #FA6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

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

R = 62.5%
G = 25.5%
B = 12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA6630 (or 0xFA6630) is known color: Outrageous Orange. HEX triplet: FA, 66 and 30. RGB value is (250,102,48). Sum of RGB (Red+Green+Blue) = 250+102+48=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6630 is #0599CF. Grayscale: #8C8C8C. Windows color (decimal): -367056 or 3172090. OLE color: 3172090.

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

Color convert

RGB 250 102 48 -
CMYK 0 0.59 0.81 0.02
HSL 16.04º 0.95% 0.58% -
HSV(B) 16.04º 0.81% 0.98% -
XYZ 44.71 30.04 6.24 -
YUV 140.1 76.03 206.39 -
System Red Green Blue C M Y K H S L
Decimal 250 102 48 0 0.59 0.81 0.02 16.04 0.95 0.58
Hex FA 66 30 0 3B 51 2 10 5F 3A
Octal 372 146 60 0 73 121 2 20 137 72
Binary 11111010 1100110 110000 0 111011 1010001 10 10000 1011111 111010

Color Harmonies of #FA6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6630

Black with #FA6630

Text Example


Text Example

White with #FA6630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6630; }

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

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

background-color css

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

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

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

border-color css

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

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

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