Html Css Color HEX #FA3808 Orange Red

📋 copy color: '#FA3808'

red 250 ◦ green 56 ◦ blue 8

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

Shades of Orange Red #FA3808

Tints of Orange Red #FA3808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.55%

R = 79.62%
G = 17.83%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA3808 (or 0xFA3808) is known color: Orange Red. HEX triplet: FA, 38 and 08. RGB value is (250,56,8). Sum of RGB (Red+Green+Blue) = 250+56+8=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3808 is #05C7F7. Grayscale: #6C6C6C. Windows color (decimal): -378872 or 538874. OLE color: 538874.

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

Color convert

RGB 250 56 8 -
CMYK 0 0.78 0.97 0.02
HSL 11.9º 0.96% 0.51% -
HSV(B) 11.9º 0.97% 0.98% -
XYZ 40.88 23.17 2.55 -
YUV 108.53 71.27 228.9 -
System Red Green Blue C M Y K H S L
Decimal 250 56 8 0 0.78 0.97 0.02 11.9 0.96 0.51
Hex FA 38 8 0 4E 61 2 C 60 33
Octal 372 70 10 0 116 141 2 14 140 63
Binary 11111010 111000 1000 0 1001110 1100001 10 1100 1100000 110011

Color Harmonies of #FA3808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3808

Black with #FA3808

Text Example


Text Example

White with #FA3808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3808; }

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

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

background-color css

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

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

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

border-color css

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

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

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