Html Css Color HEX #F8530F International Orange

📋 copy color: '#F8530F'

red 248 ◦ green 83 ◦ blue 15

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

Shades of International Orange #F8530F

Tints of International Orange #F8530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.99%

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 71.68%
G = 23.99%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8530F (or 0xF8530F) is known color: International Orange. HEX triplet: F8, 53 and 0F. RGB value is (248,83,15). Sum of RGB (Red+Green+Blue) = 248+83+15=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8530F is #07ACF0. Grayscale: #7D7D7D. Windows color (decimal): -503025 or 1004536. OLE color: 1004536.

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

Color convert

RGB 248 83 15 -
CMYK 0 0.67 0.94 0.03
HSL 17.51º 0.94% 0.52% -
HSV(B) 17.51º 0.94% 0.97% -
XYZ 41.89 26.18 3.3 -
YUV 124.58 66.16 216.03 -
System Red Green Blue C M Y K H S L
Decimal 248 83 15 0 0.67 0.94 0.03 17.51 0.94 0.52
Hex F8 53 F 0 43 5E 3 12 5E 34
Octal 370 123 17 0 103 136 3 22 136 64
Binary 11111000 1010011 1111 0 1000011 1011110 11 10010 1011110 110100

Color Harmonies of #F8530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8530F

Black with #F8530F

Text Example


Text Example

White with #F8530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8530F; }

 p { color: rgb(248,83,15); }

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

background-color css

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

 a { background-color: rgb(248,83,15); }

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

border-color css

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

 span { border-color: rgb(248,83,15); }

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