Html Css Color HEX #F8521A International Orange

📋 copy color: '#F8521A'

red 248 ◦ green 82 ◦ blue 26

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

Shades of International Orange #F8521A

Tints of International Orange #F8521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.3%

R = 69.66%
G = 23.03%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8521A (or 0xF8521A) is known color: International Orange. HEX triplet: F8, 52 and 1A. RGB value is (248,82,26). Sum of RGB (Red+Green+Blue) = 248+82+26=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F8521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8521A is #07ADE5. Grayscale: #7D7D7D. Windows color (decimal): -503270 or 1725176. OLE color: 1725176.

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

Color convert

RGB 248 82 26 -
CMYK 0 0.67 0.90 0.03
HSL 15.14º 0.94% 0.54% -
HSV(B) 15.14º 0.9% 0.97% -
XYZ 41.92 26.07 3.8 -
YUV 125.25 72 215.55 -
System Red Green Blue C M Y K H S L
Decimal 248 82 26 0 0.67 0.90 0.03 15.14 0.94 0.54
Hex F8 52 1A 0 43 5A 3 F 5E 36
Octal 370 122 32 0 103 132 3 17 136 66
Binary 11111000 1010010 11010 0 1000011 1011010 11 1111 1011110 110110

Color Harmonies of #F8521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8521A

Black with #F8521A

Text Example


Text Example

White with #F8521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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