Html Css Color HEX #F4501A International Orange

📋 copy color: '#F4501A'

red 244 ◦ green 80 ◦ blue 26

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

Shades of International Orange #F4501A

Tints of International Orange #F4501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.43%

R = 69.71%
G = 22.86%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4501A (or 0xF4501A) is known color: International Orange. HEX triplet: F4, 50 and 1A. RGB value is (244,80,26). Sum of RGB (Red+Green+Blue) = 244+80+26=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F4501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4501A is #0BAFE5. Grayscale: #7B7B7B. Windows color (decimal): -765926 or 1724660. OLE color: 1724660.

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

Color convert

RGB 244 80 26 -
CMYK 0 0.67 0.89 0.04
HSL 14.86º 0.91% 0.53% -
HSV(B) 14.86º 0.89% 0.96% -
XYZ 40.36 25.05 3.68 -
YUV 122.88 73.33 214.39 -
System Red Green Blue C M Y K H S L
Decimal 244 80 26 0 0.67 0.89 0.04 14.86 0.91 0.53
Hex F4 50 1A 0 43 59 4 F 5B 35
Octal 364 120 32 0 103 131 4 17 133 65
Binary 11110100 1010000 11010 0 1000011 1011001 100 1111 1011011 110101

Color Harmonies of #F4501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4501A

Black with #F4501A

Text Example


Text Example

White with #F4501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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