Html Css Color HEX #F5531C International Orange

📋 copy color: '#F5531C'

red 245 ◦ green 83 ◦ blue 28

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

Shades of International Orange #F5531C

Tints of International Orange #F5531C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 68.82%
G = 23.31%
B = 7.87%

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

#F5531C (or 0xF5531C) is known color: International Orange. HEX triplet: F5, 53 and 1C. RGB value is (245,83,28). Sum of RGB (Red+Green+Blue) = 245+83+28=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5531C is #0AACE3. Grayscale: #7D7D7D. Windows color (decimal): -699620 or 1856501. OLE color: 1856501.

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

Color convert

RGB 245 83 28 -
CMYK 0 0.66 0.89 0.04
HSL 15.21º 0.92% 0.54% -
HSV(B) 15.21º 0.89% 0.96% -
XYZ 40.96 25.68 3.9 -
YUV 125.17 73.17 213.47 -
System Red Green Blue C M Y K H S L
Decimal 245 83 28 0 0.66 0.89 0.04 15.21 0.92 0.54
Hex F5 53 1C 0 42 59 4 F 5C 36
Octal 365 123 34 0 102 131 4 17 134 66
Binary 11110101 1010011 11100 0 1000010 1011001 100 1111 1011100 110110

Color Harmonies of #F5531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5531C

Black with #F5531C

Text Example


Text Example

White with #F5531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5531C; }

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

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

background-color css

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

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

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

border-color css

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

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

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