Html Css Color HEX #FA2323 Red Orange

📋 copy color: '#FA2323'

red 250 ◦ green 35 ◦ blue 35

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

Shades of Red Orange #FA2323

Tints of Red Orange #FA2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

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

R = 78.13%
G = 10.94%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA2323 (or 0xFA2323) is known color: Red Orange. HEX triplet: FA, 23 and 23. RGB value is (250,35,35). Sum of RGB (Red+Green+Blue) = 250+35+35=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2323 is #05DCDC. Grayscale: #636363. Windows color (decimal): -384221 or 2302970. OLE color: 2302970.

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

Color convert

RGB 250 35 35 -
CMYK 0 0.86 0.86 0.02
HSL 0.96% 0.56% -
HSV(B) 0.86% 0.98% -
XYZ 40.33 21.65 3.64 -
YUV 99.29 91.73 235.5 -
System Red Green Blue C M Y K H S L
Decimal 250 35 35 0 0.86 0.86 0.02 0 0.96 0.56
Hex FA 23 23 0 56 56 2 0 60 38
Octal 372 43 43 0 126 126 2 0 140 70
Binary 11111010 100011 100011 0 1010110 1010110 10 0 1100000 111000

Color Harmonies of #FA2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2323

Black with #FA2323

Text Example


Text Example

White with #FA2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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