Html Css Color HEX #F55202 International Orange

📋 copy color: '#F55202'

red 245 ◦ green 82 ◦ blue 2

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

Shades of International Orange #F55202

Tints of International Orange #F55202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.92%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 74.47%
G = 24.92%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F55202 (or 0xF55202) is known color: International Orange. HEX triplet: F5, 52 and 02. RGB value is (245,82,2). Sum of RGB (Red+Green+Blue) = 245+82+2=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F55202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55202 is #0AADFD. Grayscale: #7A7A7A. Windows color (decimal): -699902 or 152309. OLE color: 152309.

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

Color convert

RGB 245 82 2 -
CMYK 0 0.67 0.99 0.04
HSL 19.75º 0.98% 0.48% -
HSV(B) 19.75º 0.99% 0.96% -
XYZ 40.68 25.45 2.83 -
YUV 121.62 60.5 216 -
System Red Green Blue C M Y K H S L
Decimal 245 82 2 0 0.67 0.99 0.04 19.75 0.98 0.48
Hex F5 52 2 0 43 63 4 14 62 30
Octal 365 122 2 0 103 143 4 24 142 60
Binary 11110101 1010010 10 0 1000011 1100011 100 10100 1100010 110000

Color Harmonies of #F55202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55202

Black with #F55202

Text Example


Text Example

White with #F55202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55202; }

 p { color: rgb(245,82,2); }

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

background-color css

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

 a { background-color: rgb(245,82,2); }

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

border-color css

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

 span { border-color: rgb(245,82,2); }

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