Html Css Color HEX #F8541C International Orange

📋 copy color: '#F8541C'

red 248 ◦ green 84 ◦ blue 28

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

Shades of International Orange #F8541C

Tints of International Orange #F8541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.78%

R = 68.89%
G = 23.33%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8541C (or 0xF8541C) is known color: International Orange. HEX triplet: F8, 54 and 1C. RGB value is (248,84,28). Sum of RGB (Red+Green+Blue) = 248+84+28=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8541C is #07ABE3. Grayscale: #7F7F7F. Windows color (decimal): -502756 or 1856760. OLE color: 1856760.

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

Color convert

RGB 248 84 28 -
CMYK 0 0.66 0.89 0.03
HSL 15.27º 0.94% 0.54% -
HSV(B) 15.27º 0.89% 0.97% -
XYZ 42.09 26.38 3.97 -
YUV 126.65 72.33 214.55 -
System Red Green Blue C M Y K H S L
Decimal 248 84 28 0 0.66 0.89 0.03 15.27 0.94 0.54
Hex F8 54 1C 0 42 59 3 F 5E 36
Octal 370 124 34 0 102 131 3 17 136 66
Binary 11111000 1010100 11100 0 1000010 1011001 11 1111 1011110 110110

Color Harmonies of #F8541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8541C

Black with #F8541C

Text Example


Text Example

White with #F8541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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