Html Css Color HEX #F65415 International Orange

📋 copy color: '#F65415'

red 246 ◦ green 84 ◦ blue 21

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

Shades of International Orange #F65415

Tints of International Orange #F65415

RGB

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

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

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

R = 70.09%
G = 23.93%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F65415 (or 0xF65415) is known color: International Orange. HEX triplet: F6, 54 and 15. RGB value is (246,84,21). Sum of RGB (Red+Green+Blue) = 246+84+21=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F65415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65415 is #09ABEA. Grayscale: #7D7D7D. Windows color (decimal): -633835 or 1398006. OLE color: 1398006.

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

Color convert

RGB 246 84 21 -
CMYK 0 0.66 0.91 0.04
HSL 16.8º 0.93% 0.52% -
HSV(B) 16.8º 0.91% 0.96% -
XYZ 41.31 25.99 3.55 -
YUV 125.26 69.17 214.12 -
System Red Green Blue C M Y K H S L
Decimal 246 84 21 0 0.66 0.91 0.04 16.8 0.93 0.52
Hex F6 54 15 0 42 5B 4 11 5D 34
Octal 366 124 25 0 102 133 4 21 135 64
Binary 11110110 1010100 10101 0 1000010 1011011 100 10001 1011101 110100

Color Harmonies of #F65415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65415

Black with #F65415

Text Example


Text Example

White with #F65415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65415; }

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

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

background-color css

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

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

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

border-color css

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

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

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