Html Css Color HEX #FA470D Orange Red

📋 copy color: '#FA470D'

red 250 ◦ green 71 ◦ blue 13

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

Shades of Orange Red #FA470D

Tints of Orange Red #FA470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.26%

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 74.85%
G = 21.26%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA470D (or 0xFA470D) is known color: Orange Red. HEX triplet: FA, 47 and 0D. RGB value is (250,71,13). Sum of RGB (Red+Green+Blue) = 250+71+13=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA470D is #05B8F2. Grayscale: #767676. Windows color (decimal): -375027 or 870394. OLE color: 870394.

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

Color convert

RGB 250 71 13 -
CMYK 0 0.72 0.95 0.02
HSL 14.68º 0.96% 0.52% -
HSV(B) 14.68º 0.95% 0.98% -
XYZ 41.75 24.86 2.98 -
YUV 117.91 68.8 222.22 -
System Red Green Blue C M Y K H S L
Decimal 250 71 13 0 0.72 0.95 0.02 14.68 0.96 0.52
Hex FA 47 D 0 48 5F 2 F 60 34
Octal 372 107 15 0 110 137 2 17 140 64
Binary 11111010 1000111 1101 0 1001000 1011111 10 1111 1100000 110100

Color Harmonies of #FA470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA470D

Black with #FA470D

Text Example


Text Example

White with #FA470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA470D; }

 p { color: rgb(250,71,13); }

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

background-color css

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

 a { background-color: rgb(250,71,13); }

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

border-color css

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

 span { border-color: rgb(250,71,13); }

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