Html Css Color HEX #F5530E International Orange

📋 copy color: '#F5530E'

red 245 ◦ green 83 ◦ blue 14

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

Shades of International Orange #F5530E

Tints of International Orange #F5530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 71.64%
G = 24.27%
B = 4.09%

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

#F5530E (or 0xF5530E) is known color: International Orange. HEX triplet: F5, 53 and 0E. RGB value is (245,83,14). Sum of RGB (Red+Green+Blue) = 245+83+14=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F5530E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5530E is #0AACF1. Grayscale: #7C7C7C. Windows color (decimal): -699634 or 938997. OLE color: 938997.

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

Color convert

RGB 245 83 14 -
CMYK 0 0.66 0.94 0.04
HSL 17.92º 0.92% 0.51% -
HSV(B) 17.92º 0.94% 0.96% -
XYZ 40.83 25.63 3.21 -
YUV 123.57 66.17 214.61 -
System Red Green Blue C M Y K H S L
Decimal 245 83 14 0 0.66 0.94 0.04 17.92 0.92 0.51
Hex F5 53 E 0 42 5E 4 12 5C 33
Octal 365 123 16 0 102 136 4 22 134 63
Binary 11110101 1010011 1110 0 1000010 1011110 100 10010 1011100 110011

Color Harmonies of #F5530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5530E

Black with #F5530E

Text Example


Text Example

White with #F5530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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