Html Css Color HEX #F65302 International Orange

📋 copy color: '#F65302'

red 246 ◦ green 83 ◦ blue 2

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

Shades of International Orange #F65302

Tints of International Orange #F65302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.08%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 74.32%
G = 25.08%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F65302 (or 0xF65302) is known color: International Orange. HEX triplet: F6, 53 and 02. RGB value is (246,83,2). Sum of RGB (Red+Green+Blue) = 246+83+2=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F65302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65302 is #09ACFD. Grayscale: #7A7A7A. Windows color (decimal): -634110 or 152566. OLE color: 152566.

HSL color Cylindrical-coordinate representation of color #F65302: hue angle of 19.92º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F65302 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 83 2 -
CMYK 0 0.66 0.99 0.04
HSL 19.92º 0.98% 0.49% -
HSV(B) 19.92º 0.99% 0.96% -
XYZ 41.11 25.78 2.87 -
YUV 122.5 60 216.09 -
System Red Green Blue C M Y K H S L
Decimal 246 83 2 0 0.66 0.99 0.04 19.92 0.98 0.49
Hex F6 53 2 0 42 63 4 14 62 31
Octal 366 123 2 0 102 143 4 24 142 61
Binary 11110110 1010011 10 0 1000010 1100011 100 10100 1100010 110001

Color Harmonies of #F65302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65302

Black with #F65302

Text Example


Text Example

White with #F65302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65302; }

 p { color: rgb(246,83,2); }

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

background-color css

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

 a { background-color: rgb(246,83,2); }

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

border-color css

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

 span { border-color: rgb(246,83,2); }

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