Html Css Color HEX #F85A1A International Orange

📋 copy color: '#F85A1A'

red 248 ◦ green 90 ◦ blue 26

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

Shades of International Orange #F85A1A

Tints of International Orange #F85A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

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

R = 68.13%
G = 24.73%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F85A1A (or 0xF85A1A) is known color: International Orange. HEX triplet: F8, 5A and 1A. RGB value is (248,90,26). Sum of RGB (Red+Green+Blue) = 248+90+26=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A1A is #07A5E5. Grayscale: #828282. Windows color (decimal): -501222 or 1727224. OLE color: 1727224.

HSL color Cylindrical-coordinate representation of color #F85A1A: hue angle of 17.3º 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 #F85A1A is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 90 26 -
CMYK 0 0.64 0.90 0.03
HSL 17.3º 0.94% 0.54% -
HSV(B) 17.3º 0.9% 0.97% -
XYZ 42.55 27.34 4.01 -
YUV 129.95 69.35 212.2 -
System Red Green Blue C M Y K H S L
Decimal 248 90 26 0 0.64 0.90 0.03 17.3 0.94 0.54
Hex F8 5A 1A 0 40 5A 3 11 5E 36
Octal 370 132 32 0 100 132 3 21 136 66
Binary 11111000 1011010 11010 0 1000000 1011010 11 10001 1011110 110110

Color Harmonies of #F85A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A1A

Black with #F85A1A

Text Example


Text Example

White with #F85A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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