Html Css Color HEX #FA380F Orange Red

📋 copy color: '#FA380F'

red 250 ◦ green 56 ◦ blue 15

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

Shades of Orange Red #FA380F

Tints of Orange Red #FA380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 77.88%
G = 17.45%
B = 4.67%

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

#FA380F (or 0xFA380F) is known color: Orange Red. HEX triplet: FA, 38 and 0F. RGB value is (250,56,15). Sum of RGB (Red+Green+Blue) = 250+56+15=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA380F is #05C7F0. Grayscale: #6D6D6D. Windows color (decimal): -378865 or 997626. OLE color: 997626.

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

Color convert

RGB 250 56 15 -
CMYK 0 0.78 0.94 0.02
HSL 10.47º 0.96% 0.52% -
HSV(B) 10.47º 0.94% 0.98% -
XYZ 40.92 23.19 2.77 -
YUV 109.33 74.77 228.33 -
System Red Green Blue C M Y K H S L
Decimal 250 56 15 0 0.78 0.94 0.02 10.47 0.96 0.52
Hex FA 38 F 0 4E 5E 2 A 60 34
Octal 372 70 17 0 116 136 2 12 140 64
Binary 11111010 111000 1111 0 1001110 1011110 10 1010 1100000 110100

Color Harmonies of #FA380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA380F

Black with #FA380F

Text Example


Text Example

White with #FA380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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