Html Css Color HEX #F43500 Orange Red

📋 copy color: '#F43500'

red 244 ◦ green 53 ◦ blue 0

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

Shades of Orange Red #F43500

Tints of Orange Red #F43500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.15%
G = 17.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F43500 (or 0xF43500) is known color: Orange Red. HEX triplet: F4, 35 and 00. RGB value is (244,53,0). Sum of RGB (Red+Green+Blue) = 244+53+0=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F43500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43500 is #0BCAFF. Grayscale: #686868. Windows color (decimal): -772864 or 13812. OLE color: 13812.

HSL color Cylindrical-coordinate representation of color #F43500: hue angle of 13.03º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F43500 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 53 0 -
CMYK 0 0.78 1 0.04
HSL 13.03º 1% 0.48% -
HSV(B) 13.03º 1% 0.96% -
XYZ 38.58 21.78 2.17 -
YUV 104.07 69.28 227.81 -
System Red Green Blue C M Y K H S L
Decimal 244 53 0 0 0.78 1 0.04 13.03 1 0.48
Hex F4 35 0 0 4E 64 4 D 64 30
Octal 364 65 0 0 116 144 4 15 144 60
Binary 11110100 110101 0 0 1001110 1100100 100 1101 1100100 110000

Color Harmonies of #F43500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43500

Black with #F43500

Text Example


Text Example

White with #F43500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43500; }

 p { color: rgb(244,53,0); }

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

background-color css

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

 a { background-color: rgb(244,53,0); }

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

border-color css

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

 span { border-color: rgb(244,53,0); }

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