Html Css Color HEX #F85302 International Orange

📋 copy color: '#F85302'

red 248 ◦ green 83 ◦ blue 2

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

Shades of International Orange #F85302

Tints of International Orange #F85302

RGB

 RED value IS 248 (97.27% from 255) = 74.47%

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

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

R = 74.47%
G = 24.92%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F85302 (or 0xF85302) is known color: International Orange. HEX triplet: F8, 53 and 02. RGB value is (248,83,2). Sum of RGB (Red+Green+Blue) = 248+83+2=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F85302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85302 is #07ACFD. Grayscale: #7B7B7B. Windows color (decimal): -503038 or 152568. OLE color: 152568.

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

Color convert

RGB 248 83 2 -
CMYK 0 0.67 0.99 0.03
HSL 19.76º 0.98% 0.49% -
HSV(B) 19.76º 0.99% 0.97% -
XYZ 41.82 26.15 2.9 -
YUV 123.1 59.66 217.09 -
System Red Green Blue C M Y K H S L
Decimal 248 83 2 0 0.67 0.99 0.03 19.76 0.98 0.49
Hex F8 53 2 0 43 63 3 14 62 31
Octal 370 123 2 0 103 143 3 24 142 61
Binary 11111000 1010011 10 0 1000011 1100011 11 10100 1100010 110001

Color Harmonies of #F85302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85302

Black with #F85302

Text Example


Text Example

White with #F85302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85302; }

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

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

background-color css

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

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

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

border-color css

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

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

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