Html Css Color HEX #FA5232 Outrageous Orange

📋 copy color: '#FA5232'

red 250 ◦ green 82 ◦ blue 50

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

Shades of Outrageous Orange #FA5232

Tints of Outrageous Orange #FA5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

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

R = 65.45%
G = 21.47%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA5232 (or 0xFA5232) is known color: Outrageous Orange. HEX triplet: FA, 52 and 32. RGB value is (250,82,50). Sum of RGB (Red+Green+Blue) = 250+82+50=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5232 is #05ADCD. Grayscale: #808080. Windows color (decimal): -372174 or 3298042. OLE color: 3298042.

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

Color convert

RGB 250 82 50 -
CMYK 0 0.67 0.8 0.02
HSL 9.6º 0.95% 0.59% -
HSV(B) 9.6º 0.8% 0.98% -
XYZ 43.02 26.59 5.88 -
YUV 128.58 83.66 214.6 -
System Red Green Blue C M Y K H S L
Decimal 250 82 50 0 0.67 0.8 0.02 9.6 0.95 0.59
Hex FA 52 32 0 43 50 2 A 5F 3B
Octal 372 122 62 0 103 120 2 12 137 73
Binary 11111010 1010010 110010 0 1000011 1010000 10 1010 1011111 111011

Color Harmonies of #FA5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5232

Black with #FA5232

Text Example


Text Example

White with #FA5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5232; }

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

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

background-color css

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

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

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

border-color css

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

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

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