Html Css Color HEX #F5530F International Orange

📋 copy color: '#F5530F'

red 245 ◦ green 83 ◦ blue 15

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

Shades of International Orange #F5530F

Tints of International Orange #F5530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 71.43%
G = 24.2%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5530F (or 0xF5530F) is known color: International Orange. HEX triplet: F5, 53 and 0F. RGB value is (245,83,15). Sum of RGB (Red+Green+Blue) = 245+83+15=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5530F is #0AACF0. Grayscale: #7C7C7C. Windows color (decimal): -699633 or 1004533. OLE color: 1004533.

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

Color convert

RGB 245 83 15 -
CMYK 0 0.66 0.94 0.04
HSL 17.74º 0.92% 0.51% -
HSV(B) 17.74º 0.94% 0.96% -
XYZ 40.84 25.63 3.25 -
YUV 123.69 66.67 214.53 -
System Red Green Blue C M Y K H S L
Decimal 245 83 15 0 0.66 0.94 0.04 17.74 0.92 0.51
Hex F5 53 F 0 42 5E 4 12 5C 33
Octal 365 123 17 0 102 136 4 22 134 63
Binary 11110101 1010011 1111 0 1000010 1011110 100 10010 1011100 110011

Color Harmonies of #F5530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5530F

Black with #F5530F

Text Example


Text Example

White with #F5530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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