Html Css Color HEX #F45013 International Orange

📋 copy color: '#F45013'

red 244 ◦ green 80 ◦ blue 19

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

Shades of International Orange #F45013

Tints of International Orange #F45013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 71.14%
G = 23.32%
B = 5.54%

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

#F45013 (or 0xF45013) is known color: International Orange. HEX triplet: F4, 50 and 13. RGB value is (244,80,19). Sum of RGB (Red+Green+Blue) = 244+80+19=343 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.14% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 244 - color contains mainly: red. Hex color #F45013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45013 is #0BAFEC. Grayscale: #7A7A7A. Windows color (decimal): -765933 or 1265908. OLE color: 1265908.

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

Color convert

RGB 244 80 19 -
CMYK 0 0.67 0.92 0.04
HSL 16.27º 0.91% 0.52% -
HSV(B) 16.27º 0.92% 0.96% -
XYZ 40.29 25.02 3.32 -
YUV 122.08 69.83 214.96 -
System Red Green Blue C M Y K H S L
Decimal 244 80 19 0 0.67 0.92 0.04 16.27 0.91 0.52
Hex F4 50 13 0 43 5C 4 10 5B 34
Octal 364 120 23 0 103 134 4 20 133 64
Binary 11110100 1010000 10011 0 1000011 1011100 100 10000 1011011 110100

Color Harmonies of #F45013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45013

Black with #F45013

Text Example


Text Example

White with #F45013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45013; }

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

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

background-color css

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

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

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

border-color css

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

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

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