Html Css Color HEX #FA380C Orange Red

📋 copy color: '#FA380C'

red 250 ◦ green 56 ◦ blue 12

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

Shades of Orange Red #FA380C

Tints of Orange Red #FA380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.77%

R = 78.62%
G = 17.61%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA380C (or 0xFA380C) is known color: Orange Red. HEX triplet: FA, 38 and 0C. RGB value is (250,56,12). Sum of RGB (Red+Green+Blue) = 250+56+12=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA380C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA380C is #05C7F3. Grayscale: #6D6D6D. Windows color (decimal): -378868 or 801018. OLE color: 801018.

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

Color convert

RGB 250 56 12 -
CMYK 0 0.78 0.95 0.02
HSL 11.09º 0.96% 0.51% -
HSV(B) 11.09º 0.95% 0.98% -
XYZ 40.9 23.18 2.67 -
YUV 108.99 73.27 228.58 -
System Red Green Blue C M Y K H S L
Decimal 250 56 12 0 0.78 0.95 0.02 11.09 0.96 0.51
Hex FA 38 C 0 4E 5F 2 B 60 33
Octal 372 70 14 0 116 137 2 13 140 63
Binary 11111010 111000 1100 0 1001110 1011111 10 1011 1100000 110011

Color Harmonies of #FA380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA380C

Black with #FA380C

Text Example


Text Example

White with #FA380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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