Html Css Color HEX #FA5E29 Outrageous Orange

📋 copy color: '#FA5E29'

red 250 ◦ green 94 ◦ blue 41

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

Shades of Outrageous Orange #FA5E29

Tints of Outrageous Orange #FA5E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.65%

R = 64.94%
G = 24.42%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA5E29 (or 0xFA5E29) is known color: Outrageous Orange. HEX triplet: FA, 5E and 29. RGB value is (250,94,41). Sum of RGB (Red+Green+Blue) = 250+94+41=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E29 is #05A1D6. Grayscale: #868686. Windows color (decimal): -369111 or 2711290. OLE color: 2711290.

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

Color convert

RGB 250 94 41 -
CMYK 0 0.62 0.84 0.02
HSL 15.22º 0.95% 0.57% -
HSV(B) 15.22º 0.84% 0.98% -
XYZ 43.83 28.49 5.29 -
YUV 134.6 75.18 210.31 -
System Red Green Blue C M Y K H S L
Decimal 250 94 41 0 0.62 0.84 0.02 15.22 0.95 0.57
Hex FA 5E 29 0 3E 54 2 F 5F 39
Octal 372 136 51 0 76 124 2 17 137 71
Binary 11111010 1011110 101001 0 111110 1010100 10 1111 1011111 111001

Color Harmonies of #FA5E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E29

Black with #FA5E29

Text Example


Text Example

White with #FA5E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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