Html Css Color HEX #F4500C International Orange

📋 copy color: '#F4500C'

red 244 ◦ green 80 ◦ blue 12

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

Shades of International Orange #F4500C

Tints of International Orange #F4500C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 72.62%
G = 23.81%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4500C (or 0xF4500C) is known color: International Orange. HEX triplet: F4, 50 and 0C. RGB value is (244,80,12). Sum of RGB (Red+Green+Blue) = 244+80+12=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F4500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4500C is #0BAFF3. Grayscale: #797979. Windows color (decimal): -765940 or 807156. OLE color: 807156.

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

Color convert

RGB 244 80 12 -
CMYK 0 0.67 0.95 0.04
HSL 17.59º 0.91% 0.5% -
HSV(B) 17.59º 0.95% 0.96% -
XYZ 40.24 25 3.05 -
YUV 121.28 66.33 215.53 -
System Red Green Blue C M Y K H S L
Decimal 244 80 12 0 0.67 0.95 0.04 17.59 0.91 0.5
Hex F4 50 C 0 43 5F 4 12 5B 32
Octal 364 120 14 0 103 137 4 22 133 62
Binary 11110100 1010000 1100 0 1000011 1011111 100 10010 1011011 110010

Color Harmonies of #F4500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4500C

Black with #F4500C

Text Example


Text Example

White with #F4500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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