Html Css Color HEX #F43F10 Orange Red

📋 copy color: '#F43F10'

red 244 ◦ green 63 ◦ blue 16

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

Shades of Orange Red #F43F10

Tints of Orange Red #F43F10

RGB

 RED value IS 244 (95.7% from 255) = 75.54%

 GREEN value IS 63 (25% from 255) = 19.5%

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 75.54%
G = 19.5%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F43F10 (or 0xF43F10) is known color: Orange Red. HEX triplet: F4, 3F and 10. RGB value is (244,63,16). Sum of RGB (Red+Green+Blue) = 244+63+16=323 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.54% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 244 - color contains mainly: red. Hex color #F43F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43F10 is #0BC0EF. Grayscale: #707070. Windows color (decimal): -770288 or 1064948. OLE color: 1064948.

HSL color Cylindrical-coordinate representation of color #F43F10: hue angle of 12.37º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F43F10 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 63 16 -
CMYK 0 0.74 0.93 0.04
HSL 12.37º 0.91% 0.51% -
HSV(B) 12.37º 0.93% 0.96% -
XYZ 39.18 22.83 2.83 -
YUV 111.76 73.97 222.32 -
System Red Green Blue C M Y K H S L
Decimal 244 63 16 0 0.74 0.93 0.04 12.37 0.91 0.51
Hex F4 3F 10 0 4A 5D 4 C 5B 33
Octal 364 77 20 0 112 135 4 14 133 63
Binary 11110100 111111 10000 0 1001010 1011101 100 1100 1011011 110011

Color Harmonies of #F43F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43F10

Black with #F43F10

Text Example


Text Example

White with #F43F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43F10; }

 p { color: rgb(244,63,16); }

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

background-color css

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

 a { background-color: rgb(244,63,16); }

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

border-color css

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

 span { border-color: rgb(244,63,16); }

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