Html Css Color HEX #F45014 International Orange

📋 copy color: '#F45014'

red 244 ◦ green 80 ◦ blue 20

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

Shades of International Orange #F45014

Tints of International Orange #F45014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 70.93%
G = 23.26%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F45014 (or 0xF45014) is known color: International Orange. HEX triplet: F4, 50 and 14. RGB value is (244,80,20). Sum of RGB (Red+Green+Blue) = 244+80+20=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F45014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45014 is #0BAFEB. Grayscale: #7A7A7A. Windows color (decimal): -765932 or 1331444. OLE color: 1331444.

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

Color convert

RGB 244 80 20 -
CMYK 0 0.67 0.92 0.04
HSL 16.07º 0.91% 0.52% -
HSV(B) 16.07º 0.92% 0.96% -
XYZ 40.3 25.02 3.37 -
YUV 122.2 70.33 214.88 -
System Red Green Blue C M Y K H S L
Decimal 244 80 20 0 0.67 0.92 0.04 16.07 0.91 0.52
Hex F4 50 14 0 43 5C 4 10 5B 34
Octal 364 120 24 0 103 134 4 20 133 64
Binary 11110100 1010000 10100 0 1000011 1011100 100 10000 1011011 110100

Color Harmonies of #F45014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45014

Black with #F45014

Text Example


Text Example

White with #F45014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45014; }

 p { color: rgb(244,80,20); }

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

background-color css

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

 a { background-color: rgb(244,80,20); }

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

border-color css

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

 span { border-color: rgb(244,80,20); }

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