Html Css Color HEX #F8541A International Orange

📋 copy color: '#F8541A'

red 248 ◦ green 84 ◦ blue 26

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

Shades of International Orange #F8541A

Tints of International Orange #F8541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 69.27%
G = 23.46%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8541A (or 0xF8541A) is known color: International Orange. HEX triplet: F8, 54 and 1A. RGB value is (248,84,26). Sum of RGB (Red+Green+Blue) = 248+84+26=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F8541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8541A is #07ABE5. Grayscale: #7E7E7E. Windows color (decimal): -502758 or 1725688. OLE color: 1725688.

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

Color convert

RGB 248 84 26 -
CMYK 0 0.66 0.90 0.03
HSL 15.68º 0.94% 0.54% -
HSV(B) 15.68º 0.9% 0.97% -
XYZ 42.07 26.37 3.85 -
YUV 126.42 71.33 214.72 -
System Red Green Blue C M Y K H S L
Decimal 248 84 26 0 0.66 0.90 0.03 15.68 0.94 0.54
Hex F8 54 1A 0 42 5A 3 10 5E 36
Octal 370 124 32 0 102 132 3 20 136 66
Binary 11111000 1010100 11010 0 1000010 1011010 11 10000 1011110 110110

Color Harmonies of #F8541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8541A

Black with #F8541A

Text Example


Text Example

White with #F8541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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