Html Css Color HEX #FA4223 Red Orange

📋 copy color: '#FA4223'

red 250 ◦ green 66 ◦ blue 35

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

Shades of Red Orange #FA4223

Tints of Red Orange #FA4223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.8%

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

R = 71.23%
G = 18.8%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA4223 (or 0xFA4223) is known color: Red Orange. HEX triplet: FA, 42 and 23. RGB value is (250,66,35). Sum of RGB (Red+Green+Blue) = 250+66+35=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4223 is #05BDDC. Grayscale: #757575. Windows color (decimal): -376285 or 2310906. OLE color: 2310906.

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

Color convert

RGB 250 66 35 -
CMYK 0 0.74 0.86 0.02
HSL 8.65º 0.96% 0.56% -
HSV(B) 8.65º 0.86% 0.98% -
XYZ 41.68 24.34 4.09 -
YUV 117.48 81.46 222.52 -
System Red Green Blue C M Y K H S L
Decimal 250 66 35 0 0.74 0.86 0.02 8.65 0.96 0.56
Hex FA 42 23 0 4A 56 2 9 60 38
Octal 372 102 43 0 112 126 2 11 140 70
Binary 11111010 1000010 100011 0 1001010 1010110 10 1001 1100000 111000

Color Harmonies of #FA4223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4223

Black with #FA4223

Text Example


Text Example

White with #FA4223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4223; }

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

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

background-color css

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

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

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

border-color css

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

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

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