Html Css Color HEX #FA2623 Red Orange

📋 copy color: '#FA2623'

red 250 ◦ green 38 ◦ blue 35

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

Shades of Red Orange #FA2623

Tints of Red Orange #FA2623

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

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

R = 77.4%
G = 11.76%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA2623 (or 0xFA2623) is known color: Red Orange. HEX triplet: FA, 26 and 23. RGB value is (250,38,35). Sum of RGB (Red+Green+Blue) = 250+38+35=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2623 is #05D9DC. Grayscale: #656565. Windows color (decimal): -383453 or 2303738. OLE color: 2303738.

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

Color convert

RGB 250 38 35 -
CMYK 0 0.85 0.86 0.02
HSL 0.84º 0.96% 0.56% -
HSV(B) 0.84º 0.86% 0.98% -
XYZ 40.42 21.83 3.67 -
YUV 101.05 90.74 234.24 -
System Red Green Blue C M Y K H S L
Decimal 250 38 35 0 0.85 0.86 0.02 0.84 0.96 0.56
Hex FA 26 23 0 55 56 2 1 60 38
Octal 372 46 43 0 125 126 2 1 140 70
Binary 11111010 100110 100011 0 1010101 1010110 10 1 1100000 111000

Color Harmonies of #FA2623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2623

Black with #FA2623

Text Example


Text Example

White with #FA2623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2623; }

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

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

background-color css

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

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

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

border-color css

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

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

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