Html Css Color HEX #F85304 International Orange

📋 copy color: '#F85304'

red 248 ◦ green 83 ◦ blue 4

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

Shades of International Orange #F85304

Tints of International Orange #F85304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 74.03%
G = 24.78%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F85304 (or 0xF85304) is known color: International Orange. HEX triplet: F8, 53 and 04. RGB value is (248,83,4). Sum of RGB (Red+Green+Blue) = 248+83+4=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F85304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85304 is #07ACFB. Grayscale: #7B7B7B. Windows color (decimal): -503036 or 283640. OLE color: 283640.

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

Color convert

RGB 248 83 4 -
CMYK 0 0.67 0.98 0.03
HSL 19.43º 0.97% 0.49% -
HSV(B) 19.43º 0.98% 0.97% -
XYZ 41.83 26.15 2.96 -
YUV 123.33 60.66 216.92 -
System Red Green Blue C M Y K H S L
Decimal 248 83 4 0 0.67 0.98 0.03 19.43 0.97 0.49
Hex F8 53 4 0 43 62 3 13 61 31
Octal 370 123 4 0 103 142 3 23 141 61
Binary 11111000 1010011 100 0 1000011 1100010 11 10011 1100001 110001

Color Harmonies of #F85304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85304

Black with #F85304

Text Example


Text Example

White with #F85304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85304; }

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

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

background-color css

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

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

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

border-color css

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

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

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