Html Css Color HEX #F9063F Torch Red

📋 copy color: '#F9063F'

red 249 ◦ green 6 ◦ blue 63

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

Shades of Torch Red #F9063F

Tints of Torch Red #F9063F

RGB

 RED value IS 249 (97.66% from 255) = 78.3%

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 63 (25% from 255) = 19.81%

R = 78.3%
G = 1.89%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9063F (or 0xF9063F) is known color: Torch Red. HEX triplet: F9, 06 and 3F. RGB value is (249,6,63). Sum of RGB (Red+Green+Blue) = 249+6+63=318 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.30% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 249 - color contains mainly: red. Hex color #F9063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9063F is #06F9C0. Grayscale: #555555. Windows color (decimal): -457153 or 4130553. OLE color: 4130553.

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

Color convert

RGB 249 6 63 -
CMYK 0 0.98 0.75 0.02
HSL 345.93º 0.95% 0.5% -
HSV(B) 345.93º 0.98% 0.98% -
XYZ 40.03 20.63 6.57 -
YUV 85.16 115.51 244.87 -
System Red Green Blue C M Y K H S L
Decimal 249 6 63 0 0.98 0.75 0.02 345.93 0.95 0.5
Hex F9 6 3F 0 62 4B 2 15A 5F 32
Octal 371 6 77 0 142 113 2 532 137 62
Binary 11111001 110 111111 0 1100010 1001011 10 101011010 1011111 110010

Color Harmonies of #F9063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9063F

Black with #F9063F

Text Example


Text Example

White with #F9063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9063F; }

 p { color: rgb(249,6,63); }

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

background-color css

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

 a { background-color: rgb(249,6,63); }

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

border-color css

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

 span { border-color: rgb(249,6,63); }

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