Html Css Color HEX #F75400 International Orange

📋 copy color: '#F75400'

red 247 ◦ green 84 ◦ blue 0

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

Shades of International Orange #F75400

Tints of International Orange #F75400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.62%
G = 25.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F75400 (or 0xF75400) is known color: International Orange. HEX triplet: F7, 54 and 00. RGB value is (247,84,0). Sum of RGB (Red+Green+Blue) = 247+84+0=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F75400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75400 is #08ABFF. Grayscale: #7B7B7B. Windows color (decimal): -568320 or 21751. OLE color: 21751.

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

Color convert

RGB 247 84 0 -
CMYK 0 0.66 1 0.03
HSL 20.4º 1% 0.48% -
HSV(B) 20.4º 1% 0.97% -
XYZ 41.53 26.11 2.85 -
YUV 123.16 58.5 216.33 -
System Red Green Blue C M Y K H S L
Decimal 247 84 0 0 0.66 1 0.03 20.4 1 0.48
Hex F7 54 0 0 42 64 3 14 64 30
Octal 367 124 0 0 102 144 3 24 144 60
Binary 11110111 1010100 0 0 1000010 1100100 11 10100 1100100 110000

Color Harmonies of #F75400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75400

Black with #F75400

Text Example


Text Example

White with #F75400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75400; }

 p { color: rgb(247,84,0); }

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

background-color css

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

 a { background-color: rgb(247,84,0); }

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

border-color css

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

 span { border-color: rgb(247,84,0); }

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