Html Css Color HEX #F8541B International Orange

📋 copy color: '#F8541B'

red 248 ◦ green 84 ◦ blue 27

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

Shades of International Orange #F8541B

Tints of International Orange #F8541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.52%

R = 69.08%
G = 23.4%
B = 7.52%

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

#F8541B (or 0xF8541B) is known color: International Orange. HEX triplet: F8, 54 and 1B. RGB value is (248,84,27). Sum of RGB (Red+Green+Blue) = 248+84+27=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F8541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8541B is #07ABE4. Grayscale: #7E7E7E. Windows color (decimal): -502757 or 1791224. OLE color: 1791224.

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

Color convert

RGB 248 84 27 -
CMYK 0 0.66 0.89 0.03
HSL 15.48º 0.94% 0.54% -
HSV(B) 15.48º 0.89% 0.97% -
XYZ 42.08 26.38 3.91 -
YUV 126.54 71.83 214.63 -
System Red Green Blue C M Y K H S L
Decimal 248 84 27 0 0.66 0.89 0.03 15.48 0.94 0.54
Hex F8 54 1B 0 42 59 3 F 5E 36
Octal 370 124 33 0 102 131 3 17 136 66
Binary 11111000 1010100 11011 0 1000010 1011001 11 1111 1011110 110110

Color Harmonies of #F8541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8541B

Black with #F8541B

Text Example


Text Example

White with #F8541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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