Html Css Color HEX #FA3D12 Orange Red

📋 copy color: '#FA3D12'

red 250 ◦ green 61 ◦ blue 18

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

Shades of Orange Red #FA3D12

Tints of Orange Red #FA3D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 75.99%
G = 18.54%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA3D12 (or 0xFA3D12) is known color: Orange Red. HEX triplet: FA, 3D and 12. RGB value is (250,61,18). Sum of RGB (Red+Green+Blue) = 250+61+18=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3D12 is #05C2ED. Grayscale: #707070. Windows color (decimal): -377582 or 1195514. OLE color: 1195514.

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

Color convert

RGB 250 61 18 -
CMYK 0 0.76 0.93 0.02
HSL 11.12º 0.96% 0.53% -
HSV(B) 11.12º 0.93% 0.98% -
XYZ 41.2 23.71 2.98 -
YUV 112.61 74.62 226 -
System Red Green Blue C M Y K H S L
Decimal 250 61 18 0 0.76 0.93 0.02 11.12 0.96 0.53
Hex FA 3D 12 0 4C 5D 2 B 60 35
Octal 372 75 22 0 114 135 2 13 140 65
Binary 11111010 111101 10010 0 1001100 1011101 10 1011 1100000 110101

Color Harmonies of #FA3D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3D12

Black with #FA3D12

Text Example


Text Example

White with #FA3D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3D12; }

 p { color: rgb(250,61,18); }

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

background-color css

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

 a { background-color: rgb(250,61,18); }

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

border-color css

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

 span { border-color: rgb(250,61,18); }

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