Html Css Color HEX #F5531A International Orange

📋 copy color: '#F5531A'

red 245 ◦ green 83 ◦ blue 26

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

Shades of International Orange #F5531A

Tints of International Orange #F5531A

RGB

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

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

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

R = 69.21%
G = 23.45%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5531A (or 0xF5531A) is known color: International Orange. HEX triplet: F5, 53 and 1A. RGB value is (245,83,26). Sum of RGB (Red+Green+Blue) = 245+83+26=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F5531A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5531A is #0AACE5. Grayscale: #7D7D7D. Windows color (decimal): -699622 or 1725429. OLE color: 1725429.

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

Color convert

RGB 245 83 26 -
CMYK 0 0.66 0.89 0.04
HSL 15.62º 0.92% 0.53% -
HSV(B) 15.62º 0.89% 0.96% -
XYZ 40.94 25.67 3.78 -
YUV 124.94 72.17 213.63 -
System Red Green Blue C M Y K H S L
Decimal 245 83 26 0 0.66 0.89 0.04 15.62 0.92 0.53
Hex F5 53 1A 0 42 59 4 10 5C 35
Octal 365 123 32 0 102 131 4 20 134 65
Binary 11110101 1010011 11010 0 1000010 1011001 100 10000 1011100 110101

Color Harmonies of #F5531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5531A

Black with #F5531A

Text Example


Text Example

White with #F5531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5531A; }

 p { color: rgb(245,83,26); }

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

background-color css

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

 a { background-color: rgb(245,83,26); }

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

border-color css

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

 span { border-color: rgb(245,83,26); }

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