Html Css Color HEX #FA3F30 Red Orange

📋 copy color: '#FA3F30'

red 250 ◦ green 63 ◦ blue 48

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

Shades of Red Orange #FA3F30

Tints of Red Orange #FA3F30

RGB

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

 GREEN value IS 63 (25% from 255) = 17.45%

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

R = 69.25%
G = 17.45%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA3F30 (or 0xFA3F30) is known color: Red Orange. HEX triplet: FA, 3F and 30. RGB value is (250,63,48). Sum of RGB (Red+Green+Blue) = 250+63+48=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3F30 is #05C0CF. Grayscale: #757575. Windows color (decimal): -377040 or 3162106. OLE color: 3162106.

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

Color convert

RGB 250 63 48 -
CMYK 0 0.75 0.81 0.02
HSL 4.46º 0.95% 0.58% -
HSV(B) 4.46º 0.81% 0.98% -
XYZ 41.74 24.09 5.25 -
YUV 117.2 88.95 222.72 -
System Red Green Blue C M Y K H S L
Decimal 250 63 48 0 0.75 0.81 0.02 4.46 0.95 0.58
Hex FA 3F 30 0 4B 51 2 4 5F 3A
Octal 372 77 60 0 113 121 2 4 137 72
Binary 11111010 111111 110000 0 1001011 1010001 10 100 1011111 111010

Color Harmonies of #FA3F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F30

Black with #FA3F30

Text Example


Text Example

White with #FA3F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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