Html Css Color HEX #F7501B International Orange

📋 copy color: '#F7501B'

red 247 ◦ green 80 ◦ blue 27

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

Shades of International Orange #F7501B

Tints of International Orange #F7501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 69.77%
G = 22.6%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7501B (or 0xF7501B) is known color: International Orange. HEX triplet: F7, 50 and 1B. RGB value is (247,80,27). Sum of RGB (Red+Green+Blue) = 247+80+27=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F7501B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7501B is #08AFE4. Grayscale: #7C7C7C. Windows color (decimal): -569317 or 1790199. OLE color: 1790199.

HSL color Cylindrical-coordinate representation of color #F7501B: hue angle of 14.45º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7501B is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 27 -
CMYK 0 0.68 0.89 0.03
HSL 14.45º 0.93% 0.54% -
HSV(B) 14.45º 0.89% 0.97% -
XYZ 41.42 25.59 3.79 -
YUV 123.89 73.33 215.81 -
System Red Green Blue C M Y K H S L
Decimal 247 80 27 0 0.68 0.89 0.03 14.45 0.93 0.54
Hex F7 50 1B 0 44 59 3 E 5D 36
Octal 367 120 33 0 104 131 3 16 135 66
Binary 11110111 1010000 11011 0 1000100 1011001 11 1110 1011101 110110

Color Harmonies of #F7501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7501B

Black with #F7501B

Text Example


Text Example

White with #F7501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7501B; }

 p { color: rgb(247,80,27); }

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

background-color css

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

 a { background-color: rgb(247,80,27); }

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

border-color css

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

 span { border-color: rgb(247,80,27); }

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