Html Css Color HEX #FA341B Red Orange

📋 copy color: '#FA341B'

red 250 ◦ green 52 ◦ blue 27

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

Shades of Red Orange #FA341B

Tints of Red Orange #FA341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 75.99%
G = 15.81%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA341B (or 0xFA341B) is known color: Red Orange. HEX triplet: FA, 34 and 1B. RGB value is (250,52,27). Sum of RGB (Red+Green+Blue) = 250+52+27=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA341B is #05CBE4. Grayscale: #6C6C6C. Windows color (decimal): -379877 or 1783034. OLE color: 1783034.

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

Color convert

RGB 250 52 27 -
CMYK 0 0.79 0.89 0.02
HSL 6.73º 0.96% 0.54% -
HSV(B) 6.73º 0.89% 0.98% -
XYZ 40.85 22.86 3.3 -
YUV 108.35 82.1 229.03 -
System Red Green Blue C M Y K H S L
Decimal 250 52 27 0 0.79 0.89 0.02 6.73 0.96 0.54
Hex FA 34 1B 0 4F 59 2 7 60 36
Octal 372 64 33 0 117 131 2 7 140 66
Binary 11111010 110100 11011 0 1001111 1011001 10 111 1100000 110110

Color Harmonies of #FA341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA341B

Black with #FA341B

Text Example


Text Example

White with #FA341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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