Html Css Color HEX #FA431B Red Orange

📋 copy color: '#FA431B'

red 250 ◦ green 67 ◦ blue 27

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

Shades of Red Orange #FA431B

Tints of Red Orange #FA431B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.85%

R = 72.67%
G = 19.48%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA431B (or 0xFA431B) is known color: Red Orange. HEX triplet: FA, 43 and 1B. RGB value is (250,67,27). Sum of RGB (Red+Green+Blue) = 250+67+27=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA431B is #05BCE4. Grayscale: #757575. Windows color (decimal): -376037 or 1786874. OLE color: 1786874.

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

Color convert

RGB 250 67 27 -
CMYK 0 0.73 0.89 0.02
HSL 10.76º 0.96% 0.54% -
HSV(B) 10.76º 0.89% 0.98% -
XYZ 41.63 24.42 3.56 -
YUV 117.16 77.13 222.75 -
System Red Green Blue C M Y K H S L
Decimal 250 67 27 0 0.73 0.89 0.02 10.76 0.96 0.54
Hex FA 43 1B 0 49 59 2 B 60 36
Octal 372 103 33 0 111 131 2 13 140 66
Binary 11111010 1000011 11011 0 1001001 1011001 10 1011 1100000 110110

Color Harmonies of #FA431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA431B

Black with #FA431B

Text Example


Text Example

White with #FA431B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA431B; }

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

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

background-color css

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

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

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

border-color css

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

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

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