Html Css Color HEX #FA4307 Orange Red

📋 copy color: '#FA4307'

red 250 ◦ green 67 ◦ blue 7

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

Shades of Orange Red #FA4307

Tints of Orange Red #FA4307

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 77.16%
G = 20.68%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA4307 (or 0xFA4307) is known color: Orange Red. HEX triplet: FA, 43 and 07. RGB value is (250,67,7). Sum of RGB (Red+Green+Blue) = 250+67+7=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4307 is #05BCF8. Grayscale: #737373. Windows color (decimal): -376057 or 476154. OLE color: 476154.

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

Color convert

RGB 250 67 7 -
CMYK 0 0.73 0.97 0.02
HSL 14.81º 0.96% 0.5% -
HSV(B) 14.81º 0.97% 0.98% -
XYZ 41.47 24.35 2.72 -
YUV 114.88 67.13 224.38 -
System Red Green Blue C M Y K H S L
Decimal 250 67 7 0 0.73 0.97 0.02 14.81 0.96 0.5
Hex FA 43 7 0 49 61 2 F 60 32
Octal 372 103 7 0 111 141 2 17 140 62
Binary 11111010 1000011 111 0 1001001 1100001 10 1111 1100000 110010

Color Harmonies of #FA4307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4307

Black with #FA4307

Text Example


Text Example

White with #FA4307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4307; }

 p { color: rgb(250,67,7); }

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

background-color css

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

 a { background-color: rgb(250,67,7); }

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

border-color css

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

 span { border-color: rgb(250,67,7); }

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