Html Css Color HEX #FA430E Orange Red

📋 copy color: '#FA430E'

red 250 ◦ green 67 ◦ blue 14

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

Shades of Orange Red #FA430E

Tints of Orange Red #FA430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.23%

R = 75.53%
G = 20.24%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA430E (or 0xFA430E) is known color: Orange Red. HEX triplet: FA, 43 and 0E. RGB value is (250,67,14). Sum of RGB (Red+Green+Blue) = 250+67+14=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA430E is #05BCF1. Grayscale: #747474. Windows color (decimal): -376050 or 934906. OLE color: 934906.

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

Color convert

RGB 250 67 14 -
CMYK 0 0.73 0.94 0.02
HSL 13.47º 0.96% 0.52% -
HSV(B) 13.47º 0.94% 0.98% -
XYZ 41.51 24.37 2.93 -
YUV 115.68 70.63 223.81 -
System Red Green Blue C M Y K H S L
Decimal 250 67 14 0 0.73 0.94 0.02 13.47 0.96 0.52
Hex FA 43 E 0 49 5E 2 D 60 34
Octal 372 103 16 0 111 136 2 15 140 64
Binary 11111010 1000011 1110 0 1001001 1011110 10 1101 1100000 110100

Color Harmonies of #FA430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA430E

Black with #FA430E

Text Example


Text Example

White with #FA430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA430E; }

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

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

background-color css

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

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

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

border-color css

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

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

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