Html Css Color HEX #F43C04 Orange Red

📋 copy color: '#F43C04'

red 244 ◦ green 60 ◦ blue 4

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

Shades of Orange Red #F43C04

Tints of Orange Red #F43C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 79.22%
G = 19.48%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F43C04 (or 0xF43C04) is known color: Orange Red. HEX triplet: F4, 3C and 04. RGB value is (244,60,4). Sum of RGB (Red+Green+Blue) = 244+60+4=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43C04 is #0BC3FB. Grayscale: #6D6D6D. Windows color (decimal): -771068 or 277748. OLE color: 277748.

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

Color convert

RGB 244 60 4 -
CMYK 0 0.75 0.98 0.04
HSL 14º 0.97% 0.49% -
HSV(B) 14º 0.98% 0.96% -
XYZ 38.95 22.47 2.4 -
YUV 108.63 68.96 224.55 -
System Red Green Blue C M Y K H S L
Decimal 244 60 4 0 0.75 0.98 0.04 14 0.97 0.49
Hex F4 3C 4 0 4B 62 4 E 61 31
Octal 364 74 4 0 113 142 4 16 141 61
Binary 11110100 111100 100 0 1001011 1100010 100 1110 1100001 110001

Color Harmonies of #F43C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43C04

Black with #F43C04

Text Example


Text Example

White with #F43C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43C04; }

 p { color: rgb(244,60,4); }

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

background-color css

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

 a { background-color: rgb(244,60,4); }

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

border-color css

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

 span { border-color: rgb(244,60,4); }

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