Html Css Color HEX #F55002 International Orange

📋 copy color: '#F55002'

red 245 ◦ green 80 ◦ blue 2

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

Shades of International Orange #F55002

Tints of International Orange #F55002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.46%

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

R = 74.92%
G = 24.46%
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

#F55002 (or 0xF55002) is known color: International Orange. HEX triplet: F5, 50 and 02. RGB value is (245,80,2). Sum of RGB (Red+Green+Blue) = 245+80+2=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F55002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55002 is #0AAFFD. Grayscale: #787878. Windows color (decimal): -700414 or 151797. OLE color: 151797.

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

Color convert

RGB 245 80 2 -
CMYK 0 0.67 0.99 0.04
HSL 19.26º 0.98% 0.48% -
HSV(B) 19.26º 0.99% 0.96% -
XYZ 40.54 25.15 2.78 -
YUV 120.44 61.16 216.84 -
System Red Green Blue C M Y K H S L
Decimal 245 80 2 0 0.67 0.99 0.04 19.26 0.98 0.48
Hex F5 50 2 0 43 63 4 13 62 30
Octal 365 120 2 0 103 143 4 23 142 60
Binary 11110101 1010000 10 0 1000011 1100011 100 10011 1100010 110000

Color Harmonies of #F55002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55002

Black with #F55002

Text Example


Text Example

White with #F55002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55002; }

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

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

background-color css

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

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

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

border-color css

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

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

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