Html Css Color HEX #F4500B International Orange

📋 copy color: '#F4500B'

red 244 ◦ green 80 ◦ blue 11

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

Shades of International Orange #F4500B

Tints of International Orange #F4500B

RGB

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

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

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

R = 72.84%
G = 23.88%
B = 3.28%

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

#F4500B (or 0xF4500B) is known color: International Orange. HEX triplet: F4, 50 and 0B. RGB value is (244,80,11). Sum of RGB (Red+Green+Blue) = 244+80+11=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F4500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4500B is #0BAFF4. Grayscale: #797979. Windows color (decimal): -765941 or 741620. OLE color: 741620.

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

Color convert

RGB 244 80 11 -
CMYK 0 0.67 0.95 0.04
HSL 17.77º 0.91% 0.5% -
HSV(B) 17.77º 0.95% 0.96% -
XYZ 40.24 24.99 3.02 -
YUV 121.17 65.83 215.61 -
System Red Green Blue C M Y K H S L
Decimal 244 80 11 0 0.67 0.95 0.04 17.77 0.91 0.5
Hex F4 50 B 0 43 5F 4 12 5B 32
Octal 364 120 13 0 103 137 4 22 133 62
Binary 11110100 1010000 1011 0 1000011 1011111 100 10010 1011011 110010

Color Harmonies of #F4500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4500B

Black with #F4500B

Text Example


Text Example

White with #F4500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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