Html Css Color HEX #FA3C30 Red Orange

📋 copy color: '#FA3C30'

red 250 ◦ green 60 ◦ blue 48

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

Shades of Red Orange #FA3C30

Tints of Red Orange #FA3C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.76%

 BLUE value IS 48 (19.14% from 255) = 13.41%

R = 69.83%
G = 16.76%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA3C30 (or 0xFA3C30) is known color: Red Orange. HEX triplet: FA, 3C and 30. RGB value is (250,60,48). Sum of RGB (Red+Green+Blue) = 250+60+48=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C30 is #05C3CF. Grayscale: #737373. Windows color (decimal): -377808 or 3161338. OLE color: 3161338.

HSL color Cylindrical-coordinate representation of color #FA3C30: hue angle of 3.56º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3C30 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 60 48 -
CMYK 0 0.76 0.81 0.02
HSL 3.56º 0.95% 0.58% -
HSV(B) 3.56º 0.81% 0.98% -
XYZ 41.57 23.77 5.19 -
YUV 115.44 89.95 223.98 -
System Red Green Blue C M Y K H S L
Decimal 250 60 48 0 0.76 0.81 0.02 3.56 0.95 0.58
Hex FA 3C 30 0 4C 51 2 4 5F 3A
Octal 372 74 60 0 114 121 2 4 137 72
Binary 11111010 111100 110000 0 1001100 1010001 10 100 1011111 111010

Color Harmonies of #FA3C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C30

Black with #FA3C30

Text Example


Text Example

White with #FA3C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C30; }

 p { color: rgb(250,60,48); }

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

background-color css

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

 a { background-color: rgb(250,60,48); }

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

border-color css

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

 span { border-color: rgb(250,60,48); }

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