Html Css Color HEX #FA5923 Outrageous Orange

📋 copy color: '#FA5923'

red 250 ◦ green 89 ◦ blue 35

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

Shades of Outrageous Orange #FA5923

Tints of Outrageous Orange #FA5923

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

 BLUE value IS 35 (14.06% from 255) = 9.36%

R = 66.84%
G = 23.8%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA5923 (or 0xFA5923) is known color: Outrageous Orange. HEX triplet: FA, 59 and 23. RGB value is (250,89,35). Sum of RGB (Red+Green+Blue) = 250+89+35=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5923 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5923 is #05A6DC. Grayscale: #838383. Windows color (decimal): -370397 or 2316794. OLE color: 2316794.

HSL color Cylindrical-coordinate representation of color #FA5923: hue angle of 15.07º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA5923 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 89 35 -
CMYK 0 0.64 0.86 0.02
HSL 15.07º 0.96% 0.56% -
HSV(B) 15.07º 0.86% 0.98% -
XYZ 43.3 27.59 4.63 -
YUV 130.98 73.84 212.89 -
System Red Green Blue C M Y K H S L
Decimal 250 89 35 0 0.64 0.86 0.02 15.07 0.96 0.56
Hex FA 59 23 0 40 56 2 F 60 38
Octal 372 131 43 0 100 126 2 17 140 70
Binary 11111010 1011001 100011 0 1000000 1010110 10 1111 1100000 111000

Color Harmonies of #FA5923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5923

Black with #FA5923

Text Example


Text Example

White with #FA5923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5923; }

 p { color: rgb(250,89,35); }

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

background-color css

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

 a { background-color: rgb(250,89,35); }

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

border-color css

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

 span { border-color: rgb(250,89,35); }

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