Html Css Color HEX #FA3608 Orange Red

📋 copy color: '#FA3608'

red 250 ◦ green 54 ◦ blue 8

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

Shades of Orange Red #FA3608

Tints of Orange Red #FA3608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

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

R = 80.13%
G = 17.31%
B = 2.56%

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

#FA3608 (or 0xFA3608) is known color: Orange Red. HEX triplet: FA, 36 and 08. RGB value is (250,54,8). Sum of RGB (Red+Green+Blue) = 250+54+8=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3608 is #05C9F7. Grayscale: #6B6B6B. Windows color (decimal): -379384 or 538362. OLE color: 538362.

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

Color convert

RGB 250 54 8 -
CMYK 0 0.78 0.97 0.02
HSL 11.4º 0.96% 0.51% -
HSV(B) 11.4º 0.97% 0.98% -
XYZ 40.79 22.98 2.52 -
YUV 107.36 71.93 229.74 -
System Red Green Blue C M Y K H S L
Decimal 250 54 8 0 0.78 0.97 0.02 11.4 0.96 0.51
Hex FA 36 8 0 4E 61 2 B 60 33
Octal 372 66 10 0 116 141 2 13 140 63
Binary 11111010 110110 1000 0 1001110 1100001 10 1011 1100000 110011

Color Harmonies of #FA3608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3608

Black with #FA3608

Text Example


Text Example

White with #FA3608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3608; }

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

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

background-color css

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

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

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

border-color css

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

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

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