Html Css Color HEX #FA5231 Outrageous Orange

📋 copy color: '#FA5231'

red 250 ◦ green 82 ◦ blue 49

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

Shades of Outrageous Orange #FA5231

Tints of Outrageous Orange #FA5231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.86%

R = 65.62%
G = 21.52%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA5231 (or 0xFA5231) is known color: Outrageous Orange. HEX triplet: FA, 52 and 31. RGB value is (250,82,49). Sum of RGB (Red+Green+Blue) = 250+82+49=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5231 is #05ADCE. Grayscale: #808080. Windows color (decimal): -372175 or 3232506. OLE color: 3232506.

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

Color convert

RGB 250 82 49 -
CMYK 0 0.67 0.80 0.02
HSL 9.85º 0.95% 0.59% -
HSV(B) 9.85º 0.8% 0.98% -
XYZ 43 26.58 5.77 -
YUV 128.47 83.16 214.68 -
System Red Green Blue C M Y K H S L
Decimal 250 82 49 0 0.67 0.80 0.02 9.85 0.95 0.59
Hex FA 52 31 0 43 50 2 A 5F 3B
Octal 372 122 61 0 103 120 2 12 137 73
Binary 11111010 1010010 110001 0 1000011 1010000 10 1010 1011111 111011

Color Harmonies of #FA5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5231

Black with #FA5231

Text Example


Text Example

White with #FA5231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5231; }

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

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

background-color css

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

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

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

border-color css

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

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

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