Html Css Color HEX #F44F0B International Orange

📋 copy color: '#F44F0B'

red 244 ◦ green 79 ◦ blue 11

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

Shades of International Orange #F44F0B

Tints of International Orange #F44F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 73.05%
G = 23.65%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F44F0B (or 0xF44F0B) is known color: International Orange. HEX triplet: F4, 4F and 0B. RGB value is (244,79,11). Sum of RGB (Red+Green+Blue) = 244+79+11=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F44F0B is #0BB0F4. Grayscale: #797979. Windows color (decimal): -766197 or 741364. OLE color: 741364.

HSL color Cylindrical-coordinate representation of color #F44F0B: hue angle of 17.51º 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 #F44F0B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 79 11 -
CMYK 0 0.68 0.95 0.04
HSL 17.51º 0.91% 0.5% -
HSV(B) 17.51º 0.95% 0.96% -
XYZ 40.16 24.85 3 -
YUV 120.58 66.16 216.03 -
System Red Green Blue C M Y K H S L
Decimal 244 79 11 0 0.68 0.95 0.04 17.51 0.91 0.5
Hex F4 4F B 0 44 5F 4 12 5B 32
Octal 364 117 13 0 104 137 4 22 133 62
Binary 11110100 1001111 1011 0 1000100 1011111 100 10010 1011011 110010

Color Harmonies of #F44F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44F0B

Black with #F44F0B

Text Example


Text Example

White with #F44F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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