Html Css Color HEX #F4450C Orange Red

📋 copy color: '#F4450C'

red 244 ◦ green 69 ◦ blue 12

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

Shades of Orange Red #F4450C

Tints of Orange Red #F4450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

 BLUE value IS 12 (5.08% from 255) = 3.69%

R = 75.08%
G = 21.23%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4450C (or 0xF4450C) is known color: Orange Red. HEX triplet: F4, 45 and 0C. RGB value is (244,69,12). Sum of RGB (Red+Green+Blue) = 244+69+12=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F4450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4450C is #0BBAF3. Grayscale: #737373. Windows color (decimal): -768756 or 804340. OLE color: 804340.

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

Color convert

RGB 244 69 12 -
CMYK 0 0.72 0.95 0.04
HSL 14.74º 0.91% 0.5% -
HSV(B) 14.74º 0.95% 0.96% -
XYZ 39.5 23.52 2.8 -
YUV 114.83 69.98 220.13 -
System Red Green Blue C M Y K H S L
Decimal 244 69 12 0 0.72 0.95 0.04 14.74 0.91 0.5
Hex F4 45 C 0 48 5F 4 F 5B 32
Octal 364 105 14 0 110 137 4 17 133 62
Binary 11110100 1000101 1100 0 1001000 1011111 100 1111 1011011 110010

Color Harmonies of #F4450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4450C

Black with #F4450C

Text Example


Text Example

White with #F4450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4450C; }

 p { color: rgb(244,69,12); }

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

background-color css

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

 a { background-color: rgb(244,69,12); }

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

border-color css

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

 span { border-color: rgb(244,69,12); }

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