Html Css Color HEX #FA5432 Outrageous Orange

📋 copy color: '#FA5432'

red 250 ◦ green 84 ◦ blue 50

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

Shades of Outrageous Orange #FA5432

Tints of Outrageous Orange #FA5432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.88%

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

R = 65.1%
G = 21.88%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA5432 (or 0xFA5432) is known color: Outrageous Orange. HEX triplet: FA, 54 and 32. RGB value is (250,84,50). Sum of RGB (Red+Green+Blue) = 250+84+50=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5432 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5432 is #05ABCD. Grayscale: #828282. Windows color (decimal): -371662 or 3298554. OLE color: 3298554.

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

Color convert

RGB 250 84 50 -
CMYK 0 0.66 0.8 0.02
HSL 10.2º 0.95% 0.59% -
HSV(B) 10.2º 0.8% 0.98% -
XYZ 43.17 26.89 5.93 -
YUV 129.76 83 213.76 -
System Red Green Blue C M Y K H S L
Decimal 250 84 50 0 0.66 0.8 0.02 10.2 0.95 0.59
Hex FA 54 32 0 42 50 2 A 5F 3B
Octal 372 124 62 0 102 120 2 12 137 73
Binary 11111010 1010100 110010 0 1000010 1010000 10 1010 1011111 111011

Color Harmonies of #FA5432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5432

Black with #FA5432

Text Example


Text Example

White with #FA5432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5432; }

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

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

background-color css

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

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

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

border-color css

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

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

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