Html Css Color HEX #FA5C28 Outrageous Orange

📋 copy color: '#FA5C28'

red 250 ◦ green 92 ◦ blue 40

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

Shades of Outrageous Orange #FA5C28

Tints of Outrageous Orange #FA5C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

 BLUE value IS 40 (16.02% from 255) = 10.47%

R = 65.45%
G = 24.08%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA5C28 (or 0xFA5C28) is known color: Outrageous Orange. HEX triplet: FA, 5C and 28. RGB value is (250,92,40). Sum of RGB (Red+Green+Blue) = 250+92+40=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5C28 is #05A3D7. Grayscale: #858585. Windows color (decimal): -369624 or 2645242. OLE color: 2645242.

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

Color convert

RGB 250 92 40 -
CMYK 0 0.63 0.84 0.02
HSL 14.86º 0.95% 0.57% -
HSV(B) 14.86º 0.84% 0.98% -
XYZ 43.63 28.13 5.14 -
YUV 133.31 75.35 211.23 -
System Red Green Blue C M Y K H S L
Decimal 250 92 40 0 0.63 0.84 0.02 14.86 0.95 0.57
Hex FA 5C 28 0 3F 54 2 F 5F 39
Octal 372 134 50 0 77 124 2 17 137 71
Binary 11111010 1011100 101000 0 111111 1010100 10 1111 1011111 111001

Color Harmonies of #FA5C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5C28

Black with #FA5C28

Text Example


Text Example

White with #FA5C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5C28; }

 p { color: rgb(250,92,40); }

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

background-color css

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

 a { background-color: rgb(250,92,40); }

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

border-color css

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

 span { border-color: rgb(250,92,40); }

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