Html Css Color HEX #FA380E Orange Red

📋 copy color: '#FA380E'

red 250 ◦ green 56 ◦ blue 14

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

Shades of Orange Red #FA380E

Tints of Orange Red #FA380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.5%

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

R = 78.13%
G = 17.5%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA380E (or 0xFA380E) is known color: Orange Red. HEX triplet: FA, 38 and 0E. RGB value is (250,56,14). Sum of RGB (Red+Green+Blue) = 250+56+14=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA380E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA380E is #05C7F1. Grayscale: #6D6D6D. Windows color (decimal): -378866 or 932090. OLE color: 932090.

HSL color Cylindrical-coordinate representation of color #FA380E: hue angle of 10.68º 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 #FA380E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 56 14 -
CMYK 0 0.78 0.94 0.02
HSL 10.68º 0.96% 0.52% -
HSV(B) 10.68º 0.94% 0.98% -
XYZ 40.92 23.18 2.73 -
YUV 109.22 74.27 228.42 -
System Red Green Blue C M Y K H S L
Decimal 250 56 14 0 0.78 0.94 0.02 10.68 0.96 0.52
Hex FA 38 E 0 4E 5E 2 B 60 34
Octal 372 70 16 0 116 136 2 13 140 64
Binary 11111010 111000 1110 0 1001110 1011110 10 1011 1100000 110100

Color Harmonies of #FA380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA380E

Black with #FA380E

Text Example


Text Example

White with #FA380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA380E; }

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

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

background-color css

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

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

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

border-color css

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

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

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