Html Css Color HEX #F8530B International Orange

📋 copy color: '#F8530B'

red 248 ◦ green 83 ◦ blue 11

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

Shades of International Orange #F8530B

Tints of International Orange #F8530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.22%

R = 72.51%
G = 24.27%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8530B (or 0xF8530B) is known color: International Orange. HEX triplet: F8, 53 and 0B. RGB value is (248,83,11). Sum of RGB (Red+Green+Blue) = 248+83+11=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8530B is #07ACF4. Grayscale: #7C7C7C. Windows color (decimal): -503029 or 742392. OLE color: 742392.

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

Color convert

RGB 248 83 11 -
CMYK 0 0.67 0.96 0.03
HSL 18.23º 0.94% 0.51% -
HSV(B) 18.23º 0.96% 0.97% -
XYZ 41.87 26.17 3.16 -
YUV 124.13 64.16 216.35 -
System Red Green Blue C M Y K H S L
Decimal 248 83 11 0 0.67 0.96 0.03 18.23 0.94 0.51
Hex F8 53 B 0 43 60 3 12 5E 33
Octal 370 123 13 0 103 140 3 22 136 63
Binary 11111000 1010011 1011 0 1000011 1100000 11 10010 1011110 110011

Color Harmonies of #F8530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8530B

Black with #F8530B

Text Example


Text Example

White with #F8530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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