Html Css Color HEX #F7550C International Orange

📋 copy color: '#F7550C'

red 247 ◦ green 85 ◦ blue 12

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

Shades of International Orange #F7550C

Tints of International Orange #F7550C

RGB

 RED value IS 247 (96.88% from 255) = 71.8%

 GREEN value IS 85 (33.59% from 255) = 24.71%

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 71.8%
G = 24.71%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7550C (or 0xF7550C) is known color: International Orange. HEX triplet: F7, 55 and 0C. RGB value is (247,85,12). Sum of RGB (Red+Green+Blue) = 247+85+12=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F7550C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7550C is #08AAF3. Grayscale: #7D7D7D. Windows color (decimal): -568052 or 808439. OLE color: 808439.

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

Color convert

RGB 247 85 12 -
CMYK 0 0.66 0.95 0.03
HSL 18.64º 0.94% 0.51% -
HSV(B) 18.64º 0.95% 0.97% -
XYZ 41.67 26.3 3.23 -
YUV 125.12 64.17 214.94 -
System Red Green Blue C M Y K H S L
Decimal 247 85 12 0 0.66 0.95 0.03 18.64 0.94 0.51
Hex F7 55 C 0 42 5F 3 13 5E 33
Octal 367 125 14 0 102 137 3 23 136 63
Binary 11110111 1010101 1100 0 1000010 1011111 11 10011 1011110 110011

Color Harmonies of #F7550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7550C

Black with #F7550C

Text Example


Text Example

White with #F7550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7550C; }

 p { color: rgb(247,85,12); }

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

background-color css

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

 a { background-color: rgb(247,85,12); }

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

border-color css

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

 span { border-color: rgb(247,85,12); }

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