Html Css Color HEX #FA3702 Orange Red

📋 copy color: '#FA3702'

red 250 ◦ green 55 ◦ blue 2

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

Shades of Orange Red #FA3702

Tints of Orange Red #FA3702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 81.43%
G = 17.92%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA3702 (or 0xFA3702) is known color: Orange Red. HEX triplet: FA, 37 and 02. RGB value is (250,55,2). Sum of RGB (Red+Green+Blue) = 250+55+2=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3702 is #05C8FD. Grayscale: #6B6B6B. Windows color (decimal): -379134 or 145402. OLE color: 145402.

HSL color Cylindrical-coordinate representation of color #FA3702: hue angle of 12.82º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA3702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 55 2 -
CMYK 0 0.78 0.99 0.02
HSL 12.82º 0.98% 0.49% -
HSV(B) 12.82º 0.99% 0.98% -
XYZ 40.8 23.06 2.36 -
YUV 107.26 68.6 229.81 -
System Red Green Blue C M Y K H S L
Decimal 250 55 2 0 0.78 0.99 0.02 12.82 0.98 0.49
Hex FA 37 2 0 4E 63 2 D 62 31
Octal 372 67 2 0 116 143 2 15 142 61
Binary 11111010 110111 10 0 1001110 1100011 10 1101 1100010 110001

Color Harmonies of #FA3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3702

Black with #FA3702

Text Example


Text Example

White with #FA3702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3702; }

 p { color: rgb(250,55,2); }

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

background-color css

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

 a { background-color: rgb(250,55,2); }

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

border-color css

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

 span { border-color: rgb(250,55,2); }

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