Html Css Color HEX #FA431E Red Orange

📋 copy color: '#FA431E'

red 250 ◦ green 67 ◦ blue 30

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

Shades of Red Orange #FA431E

Tints of Red Orange #FA431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.31%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 72.05%
G = 19.31%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA431E (or 0xFA431E) is known color: Red Orange. HEX triplet: FA, 43 and 1E. RGB value is (250,67,30). Sum of RGB (Red+Green+Blue) = 250+67+30=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA431E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA431E is #05BCE1. Grayscale: #757575. Windows color (decimal): -376034 or 1983482. OLE color: 1983482.

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

Color convert

RGB 250 67 30 -
CMYK 0 0.73 0.88 0.02
HSL 10.09º 0.96% 0.55% -
HSV(B) 10.09º 0.88% 0.98% -
XYZ 41.67 24.43 3.75 -
YUV 117.5 78.63 222.51 -
System Red Green Blue C M Y K H S L
Decimal 250 67 30 0 0.73 0.88 0.02 10.09 0.96 0.55
Hex FA 43 1E 0 49 58 2 A 60 37
Octal 372 103 36 0 111 130 2 12 140 67
Binary 11111010 1000011 11110 0 1001001 1011000 10 1010 1100000 110111

Color Harmonies of #FA431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA431E

Black with #FA431E

Text Example


Text Example

White with #FA431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA431E; }

 p { color: rgb(250,67,30); }

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

background-color css

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

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

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

border-color css

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

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

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