Html Css Color HEX #F8520C International Orange

📋 copy color: '#F8520C'

red 248 ◦ green 82 ◦ blue 12

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

Shades of International Orange #F8520C

Tints of International Orange #F8520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 72.51%
G = 23.98%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8520C (or 0xF8520C) is known color: International Orange. HEX triplet: F8, 52 and 0C. RGB value is (248,82,12). Sum of RGB (Red+Green+Blue) = 248+82+12=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8520C is #07ADF3. Grayscale: #7C7C7C. Windows color (decimal): -503284 or 807672. OLE color: 807672.

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

Color convert

RGB 248 82 12 -
CMYK 0 0.67 0.95 0.03
HSL 17.8º 0.94% 0.51% -
HSV(B) 17.8º 0.95% 0.97% -
XYZ 41.8 26.02 3.17 -
YUV 123.65 65 216.69 -
System Red Green Blue C M Y K H S L
Decimal 248 82 12 0 0.67 0.95 0.03 17.8 0.94 0.51
Hex F8 52 C 0 43 5F 3 12 5E 33
Octal 370 122 14 0 103 137 3 22 136 63
Binary 11111000 1010010 1100 0 1000011 1011111 11 10010 1011110 110011

Color Harmonies of #F8520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8520C

Black with #F8520C

Text Example


Text Example

White with #F8520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8520C; }

 p { color: rgb(248,82,12); }

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

background-color css

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

 a { background-color: rgb(248,82,12); }

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

border-color css

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

 span { border-color: rgb(248,82,12); }

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