Html Css Color HEX #FA6432 Outrageous Orange

📋 copy color: '#FA6432'

red 250 ◦ green 100 ◦ blue 50

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

Shades of Outrageous Orange #FA6432

Tints of Outrageous Orange #FA6432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA6432 (or 0xFA6432) is known color: Outrageous Orange. HEX triplet: FA, 64 and 32. RGB value is (250,100,50). Sum of RGB (Red+Green+Blue) = 250+100+50=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6432 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6432 is #059BCD. Grayscale: #8B8B8B. Windows color (decimal): -367566 or 3302650. OLE color: 3302650.

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

Color convert

RGB 250 100 50 -
CMYK 0 0.6 0.8 0.02
HSL 15º 0.95% 0.59% -
HSV(B) 15º 0.8% 0.98% -
XYZ 44.56 29.67 6.4 -
YUV 139.15 77.7 207.07 -
System Red Green Blue C M Y K H S L
Decimal 250 100 50 0 0.6 0.8 0.02 15 0.95 0.59
Hex FA 64 32 0 3C 50 2 F 5F 3B
Octal 372 144 62 0 74 120 2 17 137 73
Binary 11111010 1100100 110010 0 111100 1010000 10 1111 1011111 111011

Color Harmonies of #FA6432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6432

Black with #FA6432

Text Example


Text Example

White with #FA6432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6432; }

 p { color: rgb(250,100,50); }

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

background-color css

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

 a { background-color: rgb(250,100,50); }

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

border-color css

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

 span { border-color: rgb(250,100,50); }

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