Html Css Color HEX #FA431D Red Orange

📋 copy color: '#FA431D'

red 250 ◦ green 67 ◦ blue 29

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

Shades of Red Orange #FA431D

Tints of Red Orange #FA431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 72.25%
G = 19.36%
B = 8.38%

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

#FA431D (or 0xFA431D) is known color: Red Orange. HEX triplet: FA, 43 and 1D. RGB value is (250,67,29). Sum of RGB (Red+Green+Blue) = 250+67+29=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA431D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA431D is #05BCE2. Grayscale: #757575. Windows color (decimal): -376035 or 1917946. OLE color: 1917946.

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

Color convert

RGB 250 67 29 -
CMYK 0 0.73 0.88 0.02
HSL 10.32º 0.96% 0.55% -
HSV(B) 10.32º 0.88% 0.98% -
XYZ 41.65 24.43 3.68 -
YUV 117.39 78.13 222.59 -
System Red Green Blue C M Y K H S L
Decimal 250 67 29 0 0.73 0.88 0.02 10.32 0.96 0.55
Hex FA 43 1D 0 49 58 2 A 60 37
Octal 372 103 35 0 111 130 2 12 140 67
Binary 11111010 1000011 11101 0 1001001 1011000 10 1010 1100000 110111

Color Harmonies of #FA431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA431D

Black with #FA431D

Text Example


Text Example

White with #FA431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA431D; }

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

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

background-color css

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

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

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

border-color css

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

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

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