Html Css Color HEX #F44F0E International Orange

📋 copy color: '#F44F0E'

red 244 ◦ green 79 ◦ blue 14

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

Shades of International Orange #F44F0E

Tints of International Orange #F44F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.44%

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 72.4%
G = 23.44%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F44F0E (or 0xF44F0E) is known color: International Orange. HEX triplet: F4, 4F and 0E. RGB value is (244,79,14). Sum of RGB (Red+Green+Blue) = 244+79+14=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F44F0E is #0BB0F1. Grayscale: #797979. Windows color (decimal): -766194 or 937972. OLE color: 937972.

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

Color convert

RGB 244 79 14 -
CMYK 0 0.68 0.94 0.04
HSL 16.96º 0.91% 0.51% -
HSV(B) 16.96º 0.94% 0.96% -
XYZ 40.18 24.86 3.1 -
YUV 120.93 67.66 215.79 -
System Red Green Blue C M Y K H S L
Decimal 244 79 14 0 0.68 0.94 0.04 16.96 0.91 0.51
Hex F4 4F E 0 44 5E 4 11 5B 33
Octal 364 117 16 0 104 136 4 21 133 63
Binary 11110100 1001111 1110 0 1000100 1011110 100 10001 1011011 110011

Color Harmonies of #F44F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44F0E

Black with #F44F0E

Text Example


Text Example

White with #F44F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44F0E; }

 p { color: rgb(244,79,14); }

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

background-color css

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

 a { background-color: rgb(244,79,14); }

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

border-color css

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

 span { border-color: rgb(244,79,14); }

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