Html Css Color HEX #F65213 International Orange

📋 copy color: '#F65213'

red 246 ◦ green 82 ◦ blue 19

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

Shades of International Orange #F65213

Tints of International Orange #F65213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.63%

 BLUE value IS 19 (7.81% from 255) = 5.48%

R = 70.89%
G = 23.63%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F65213 (or 0xF65213) is known color: International Orange. HEX triplet: F6, 52 and 13. RGB value is (246,82,19). Sum of RGB (Red+Green+Blue) = 246+82+19=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F65213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65213 is #09ADEC. Grayscale: #7C7C7C. Windows color (decimal): -634349 or 1266422. OLE color: 1266422.

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

Color convert

RGB 246 82 19 -
CMYK 0 0.67 0.92 0.04
HSL 16.65º 0.93% 0.52% -
HSV(B) 16.65º 0.92% 0.96% -
XYZ 41.14 25.67 3.4 -
YUV 123.85 68.83 215.12 -
System Red Green Blue C M Y K H S L
Decimal 246 82 19 0 0.67 0.92 0.04 16.65 0.93 0.52
Hex F6 52 13 0 43 5C 4 11 5D 34
Octal 366 122 23 0 103 134 4 21 135 64
Binary 11110110 1010010 10011 0 1000011 1011100 100 10001 1011101 110100

Color Harmonies of #F65213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65213

Black with #F65213

Text Example


Text Example

White with #F65213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65213; }

 p { color: rgb(246,82,19); }

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

background-color css

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

 a { background-color: rgb(246,82,19); }

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

border-color css

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

 span { border-color: rgb(246,82,19); }

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