Html Css Color HEX #FA5E33 Outrageous Orange

📋 copy color: '#FA5E33'

red 250 ◦ green 94 ◦ blue 51

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

Shades of Outrageous Orange #FA5E33

Tints of Outrageous Orange #FA5E33

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.8%

 BLUE value IS 51 (20.31% from 255) = 12.91%

R = 63.29%
G = 23.8%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA5E33 (or 0xFA5E33) is known color: Outrageous Orange. HEX triplet: FA, 5E and 33. RGB value is (250,94,51). Sum of RGB (Red+Green+Blue) = 250+94+51=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E33 is #05A1CC. Grayscale: #888888. Windows color (decimal): -369101 or 3366650. OLE color: 3366650.

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

Color convert

RGB 250 94 51 -
CMYK 0 0.62 0.80 0.02
HSL 12.96º 0.95% 0.59% -
HSV(B) 12.96º 0.8% 0.98% -
XYZ 44.02 28.57 6.33 -
YUV 135.74 80.18 209.5 -
System Red Green Blue C M Y K H S L
Decimal 250 94 51 0 0.62 0.80 0.02 12.96 0.95 0.59
Hex FA 5E 33 0 3E 50 2 D 5F 3B
Octal 372 136 63 0 76 120 2 15 137 73
Binary 11111010 1011110 110011 0 111110 1010000 10 1101 1011111 111011

Color Harmonies of #FA5E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E33

Black with #FA5E33

Text Example


Text Example

White with #FA5E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E33; }

 p { color: rgb(250,94,51); }

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

background-color css

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

 a { background-color: rgb(250,94,51); }

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

border-color css

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

 span { border-color: rgb(250,94,51); }

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