Html Css Color HEX #F45314 International Orange

📋 copy color: '#F45314'

red 244 ◦ green 83 ◦ blue 20

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

Shades of International Orange #F45314

Tints of International Orange #F45314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 70.32%
G = 23.92%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F45314 (or 0xF45314) is known color: International Orange. HEX triplet: F4, 53 and 14. RGB value is (244,83,20). Sum of RGB (Red+Green+Blue) = 244+83+20=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F45314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45314 is #0BACEB. Grayscale: #7C7C7C. Windows color (decimal): -765164 or 1332212. OLE color: 1332212.

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

Color convert

RGB 244 83 20 -
CMYK 0 0.66 0.92 0.04
HSL 16.88º 0.91% 0.52% -
HSV(B) 16.88º 0.92% 0.96% -
XYZ 40.53 25.47 3.44 -
YUV 123.96 69.34 213.62 -
System Red Green Blue C M Y K H S L
Decimal 244 83 20 0 0.66 0.92 0.04 16.88 0.91 0.52
Hex F4 53 14 0 42 5C 4 11 5B 34
Octal 364 123 24 0 102 134 4 21 133 64
Binary 11110100 1010011 10100 0 1000010 1011100 100 10001 1011011 110100

Color Harmonies of #F45314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45314

Black with #F45314

Text Example


Text Example

White with #F45314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45314; }

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

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

background-color css

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

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

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

border-color css

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

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

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