Html Css Color HEX #F65015 International Orange

📋 copy color: '#F65015'

red 246 ◦ green 80 ◦ blue 21

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

Shades of International Orange #F65015

Tints of International Orange #F65015

RGB

 RED value IS 246 (96.48% from 255) = 70.89%

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

 BLUE value IS 21 (8.59% from 255) = 6.05%

R = 70.89%
G = 23.05%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F65015 (or 0xF65015) is known color: International Orange. HEX triplet: F6, 50 and 15. RGB value is (246,80,21). Sum of RGB (Red+Green+Blue) = 246+80+21=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F65015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65015 is #09AFEA. Grayscale: #7B7B7B. Windows color (decimal): -634859 or 1396982. OLE color: 1396982.

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

Color convert

RGB 246 80 21 -
CMYK 0 0.67 0.91 0.04
HSL 15.73º 0.93% 0.52% -
HSV(B) 15.73º 0.91% 0.96% -
XYZ 41.01 25.38 3.45 -
YUV 122.91 70.5 215.8 -
System Red Green Blue C M Y K H S L
Decimal 246 80 21 0 0.67 0.91 0.04 15.73 0.93 0.52
Hex F6 50 15 0 43 5B 4 10 5D 34
Octal 366 120 25 0 103 133 4 20 135 64
Binary 11110110 1010000 10101 0 1000011 1011011 100 10000 1011101 110100

Color Harmonies of #F65015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65015

Black with #F65015

Text Example


Text Example

White with #F65015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65015; }

 p { color: rgb(246,80,21); }

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

background-color css

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

 a { background-color: rgb(246,80,21); }

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

border-color css

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

 span { border-color: rgb(246,80,21); }

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