Html Css Color HEX #F5510A International Orange

📋 copy color: '#F5510A'

red 245 ◦ green 81 ◦ blue 10

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

Shades of International Orange #F5510A

Tints of International Orange #F5510A

RGB

 RED value IS 245 (96.09% from 255) = 72.92%

 GREEN value IS 81 (32.03% from 255) = 24.11%

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 72.92%
G = 24.11%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5510A (or 0xF5510A) is known color: International Orange. HEX triplet: F5, 51 and 0A. RGB value is (245,81,10). Sum of RGB (Red+Green+Blue) = 245+81+10=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F5510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5510A is #0AAEF5. Grayscale: #7A7A7A. Windows color (decimal): -700150 or 676341. OLE color: 676341.

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

Color convert

RGB 245 81 10 -
CMYK 0 0.67 0.96 0.04
HSL 18.13º 0.92% 0.5% -
HSV(B) 18.13º 0.96% 0.96% -
XYZ 40.65 25.32 3.03 -
YUV 121.94 64.83 215.77 -
System Red Green Blue C M Y K H S L
Decimal 245 81 10 0 0.67 0.96 0.04 18.13 0.92 0.5
Hex F5 51 A 0 43 60 4 12 5C 32
Octal 365 121 12 0 103 140 4 22 134 62
Binary 11110101 1010001 1010 0 1000011 1100000 100 10010 1011100 110010

Color Harmonies of #F5510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5510A

Black with #F5510A

Text Example


Text Example

White with #F5510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5510A; }

 p { color: rgb(245,81,10); }

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

background-color css

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

 a { background-color: rgb(245,81,10); }

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

border-color css

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

 span { border-color: rgb(245,81,10); }

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