Html Css Color HEX #FB560C International Orange

📋 copy color: '#FB560C'

red 251 ◦ green 86 ◦ blue 12

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

Shades of International Orange #FB560C

Tints of International Orange #FB560C

RGB

 RED value IS 251 (98.44% from 255) = 71.92%

 GREEN value IS 86 (33.98% from 255) = 24.64%

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 71.92%
G = 24.64%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB560C (or 0xFB560C) is known color: International Orange. HEX triplet: FB, 56 and 0C. RGB value is (251,86,12). Sum of RGB (Red+Green+Blue) = 251+86+12=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB560C is #04A9F3. Grayscale: #7F7F7F. Windows color (decimal): -305652 or 808699. OLE color: 808699.

HSL color Cylindrical-coordinate representation of color #FB560C: hue angle of 18.58º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB560C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 86 12 -
CMYK 0 0.66 0.95 0.02
HSL 18.58º 0.97% 0.52% -
HSV(B) 18.58º 0.95% 0.98% -
XYZ 43.18 27.19 3.32 -
YUV 126.9 63.16 216.52 -
System Red Green Blue C M Y K H S L
Decimal 251 86 12 0 0.66 0.95 0.02 18.58 0.97 0.52
Hex FB 56 C 0 42 5F 2 13 61 34
Octal 373 126 14 0 102 137 2 23 141 64
Binary 11111011 1010110 1100 0 1000010 1011111 10 10011 1100001 110100

Color Harmonies of #FB560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB560C

Black with #FB560C

Text Example


Text Example

White with #FB560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB560C; }

 p { color: rgb(251,86,12); }

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

background-color css

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

 a { background-color: rgb(251,86,12); }

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

border-color css

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

 span { border-color: rgb(251,86,12); }

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